powered by
Track learning rate over time: cards learned per day, time to graduation, acceleration or deceleration of learning.
anki_learning_velocity(path = NULL, profile = NULL, period = "month")
A list with velocity metrics and trends
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Analysis period: "week", "month", "quarter", "all" (default "month")
if (FALSE) { velocity <- anki_learning_velocity() velocity$current velocity$trend }
Run the code above in your browser using DataLab