Learn R Programming

ankiR (version 0.6.0)

anki_learning_efficiency: Analyze learning efficiency

Description

Calculate how much "real learning" is happening vs time spent on failed reviews. Measures the ratio of successful retention to total study time.

Usage

anki_learning_efficiency(
  path = NULL,
  profile = NULL,
  days = 30,
  by_deck = FALSE
)

Value

A tibble with efficiency metrics

Arguments

path

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

profile

Profile name (first profile if NULL)

days

Number of days to analyze (default 30, NULL for all)

by_deck

If TRUE, calculate efficiency per deck

Examples

Run this code
if (FALSE) {
eff <- anki_learning_efficiency()
eff <- anki_learning_efficiency(days = 90, by_deck = TRUE)
}

Run the code above in your browser using DataLab