Learn R Programming

ankiR (version 0.6.0)

anki_ab_comparison: A/B Comparison

Description

Compare retention, efficiency, and performance across different note types, deck settings, card formats, or custom groups.

Usage

anki_ab_comparison(
  path = NULL,
  profile = NULL,
  by = "note_type",
  min_reviews = 100
)

Value

A tibble with comparison statistics

Arguments

path

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

profile

Profile name (first profile if NULL)

by

Comparison dimension: "note_type", "deck", "tag", "created_period" (default "note_type")

min_reviews

Minimum reviews per group to include (default 100)

Examples

Run this code
if (FALSE) {
# Compare note types
comp <- anki_ab_comparison(by = "note_type")

# Compare decks
comp <- anki_ab_comparison(by = "deck")
}

Run the code above in your browser using DataLab