powered by
Tracks how many new cards are introduced and learned over time.
anki_ts_learning(path = NULL, profile = NULL, by = "week")
A tibble with learning 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_learning() }
Run the code above in your browser using DataLab