Learn R Programming

ankiR (version 0.6.0)

fsrs_current_retrievability: Calculate current retrievability for all cards

Description

Computes the current probability of recall for all FSRS-enabled cards.

Usage

fsrs_current_retrievability(path = NULL, profile = NULL)

Value

A tibble with cards and their current retrievability

Arguments

path

Path to collection.anki2 (auto-detected if NULL)

profile

Profile name (first profile if NULL)

Examples

Run this code
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