powered by
Calculates the proportion of reviews that were successful (not "Again").
anki_retention_rate(path = NULL, profile = NULL, days = 30, by_deck = FALSE)
A tibble with retention statistics
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Number of days to look back (default 30, NULL for all)
If TRUE, calculate retention per deck
if (FALSE) { retention <- anki_retention_rate() retention <- anki_retention_rate(days = 90, by_deck = TRUE) }
Run the code above in your browser using DataLab