Learn R Programming

ankiR (version 0.6.0)

fsrs_difficulty_distribution: Analyze FSRS difficulty distribution

Description

Analyze FSRS difficulty distribution

Usage

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

Value

A tibble with difficulty 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) {
diff_dist <- fsrs_difficulty_distribution()
}

Run the code above in your browser using DataLab