powered by
Calculate how much "real learning" is happening vs time spent on failed reviews. Measures the ratio of successful retention to total study time.
anki_learning_efficiency( path = NULL, profile = NULL, days = 30, by_deck = FALSE )
A tibble with efficiency metrics
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Number of days to analyze (default 30, NULL for all)
If TRUE, calculate efficiency per deck
if (FALSE) { eff <- anki_learning_efficiency() eff <- anki_learning_efficiency(days = 90, by_deck = TRUE) }
Run the code above in your browser using DataLab