powered by
Tracks how card intervals change over time periods.
anki_ts_intervals(path = NULL, profile = NULL, by = "week")
A tibble with interval statistics over time
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Aggregation period: "day", "week", or "month"
if (FALSE) { ts <- anki_ts_intervals() plot(ts$date, ts$median_ivl, type = "l") }
Run the code above in your browser using DataLab