powered by
Identifies tags or subdecks with the lowest retention or highest lapse rates.
anki_weak_areas(path = NULL, profile = NULL, n = 10, by = "tag", days = 90)
A tibble of weak areas
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Number of weak areas to return (default 10)
Analysis type: "tag" or "deck" (default "tag")
Number of days to analyze (default 90)
if (FALSE) { weak <- anki_weak_areas(n = 10, by = "tag") }
Run the code above in your browser using DataLab