Learn R Programming

ankiR (version 0.6.0)

anki_learning_curve: Track card learning progression over time

Description

Shows how cards have progressed through intervals over time.

Usage

anki_learning_curve(
  path = NULL,
  profile = NULL,
  card_ids = NULL,
  n_cards = 100
)

Value

A tibble with review history per card

Arguments

path

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

profile

Profile name (first profile if NULL)

card_ids

Optional vector of card IDs to track (NULL for sample)

n_cards

Number of cards to sample if card_ids is NULL

Examples

Run this code
if (FALSE) {
curve <- anki_learning_curve()
}

Run the code above in your browser using DataLab