powered by
Compare retention, efficiency, and performance across different note types, deck settings, card formats, or custom groups.
anki_ab_comparison( path = NULL, profile = NULL, by = "note_type", min_reviews = 100 )
A tibble with comparison statistics
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Comparison dimension: "note_type", "deck", "tag", "created_period" (default "note_type")
Minimum reviews per group to include (default 100)
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