Learn R Programming

ankiR (version 0.6.0)

fsrs_stability_distribution: Analyze FSRS stability distribution

Description

Analyze FSRS stability distribution

Usage

fsrs_stability_distribution(path = NULL, profile = NULL, by_deck = FALSE)

Value

A tibble with stability statistics

Arguments

path

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

profile

Profile name (first profile if NULL)

by_deck

If TRUE, calculate distribution per deck

Examples

Run this code
if (FALSE) {
stab_dist <- fsrs_stability_distribution()
}

Run the code above in your browser using DataLab