powered by
Calculate daily review statistics
anki_stats_daily(path = NULL, profile = NULL, from = NULL, to = NULL)
A tibble with daily statistics
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Optional start date (Date or character "YYYY-MM-DD")
Optional end date (Date or character "YYYY-MM-DD")
if (FALSE) { daily <- anki_stats_daily() daily <- anki_stats_daily(from = "2024-01-01") }
Run the code above in your browser using DataLab