if (FALSE) {
# Compare this month vs last month
anki_compare_periods(
period1 = c("2024-01-01", "2024-01-31"),
period2 = c("2024-02-01", "2024-02-29"),
period_names = c("January", "February")
)
}
Run the code above in your browser using DataLab