powered by
Detailed statistical comparison between two groups (decks, note types, etc.)
anki_compare_groups(path = NULL, profile = NULL, group_a, group_b, by = "deck")
A list with detailed comparison statistics
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
First group name/pattern
Second group name/pattern
Comparison dimension: "note_type", "deck", "tag"
if (FALSE) { comp <- anki_compare_groups("Basic", "Cloze", by = "note_type") comp$winner comp$differences }
Run the code above in your browser using DataLab