Learn R Programming

ankiR (version 0.6.0)

fsrs_decay_distribution: Analyze FSRS decay parameter distribution

Description

In FSRS-6, each card can have its own decay parameter. This analyzes the distribution across your collection.

Usage

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

Value

A tibble with decay distribution statistics

Arguments

path

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

profile

Profile name (first profile if NULL)

by_deck

If TRUE, analyze by deck

Examples

Run this code
if (FALSE) {
decay <- fsrs_decay_distribution()
}

Run the code above in your browser using DataLab