Learn R Programming

ankiR (version 0.6.0)

anki_stats_deck: Calculate per-deck statistics

Description

Calculate per-deck statistics

Usage

anki_stats_deck(path = NULL, profile = NULL)

Value

A tibble with deck statistics

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
stats <- anki_stats_deck()
}

Run the code above in your browser using DataLab