Learn R Programming

ankiR (version 0.6.0)

anki_compare_decks: Compare statistics between decks

Description

Side-by-side comparison of deck statistics.

Usage

anki_compare_decks(path = NULL, profile = NULL, decks = NULL)

Value

A tibble with comparative statistics

Arguments

path

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

profile

Profile name (first profile if NULL)

decks

Optional vector of deck names to compare (NULL for all)

Examples

Run this code
if (FALSE) {
anki_compare_decks()
anki_compare_decks(decks = c("Medical", "Anatomy"))
}

Run the code above in your browser using DataLab