Learn R Programming

ankiR (version 0.6.0)

anki_compare_groups: Compare Two Specific Groups

Description

Detailed statistical comparison between two groups (decks, note types, etc.)

Usage

anki_compare_groups(path = NULL, profile = NULL, group_a, group_b, by = "deck")

Value

A list with detailed comparison statistics

Arguments

path

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

profile

Profile name (first profile if NULL)

group_a

First group name/pattern

group_b

Second group name/pattern

by

Comparison dimension: "note_type", "deck", "tag"

Examples

Run this code
if (FALSE) {
comp <- anki_compare_groups("Basic", "Cloze", by = "note_type")
comp$winner
comp$differences
}

Run the code above in your browser using DataLab