powered by
Computes the current probability of recall for all FSRS-enabled cards.
fsrs_current_retrievability(path = NULL, profile = NULL)
A tibble with cards and their current retrievability
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
if (FALSE) { r <- fsrs_current_retrievability() # Cards with low retrievability need review soon r[r$retrievability < 0.8, ] }
Run the code above in your browser using DataLab