Learn R Programming

ankiR (version 0.6.0)

anki_quick_summary: Quick Collection Summary

Description

Get a one-liner overview of your Anki collection.

Usage

anki_quick_summary(path = NULL, profile = NULL, print = TRUE)

Value

Invisibly returns a list with summary stats

Arguments

path

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

profile

Profile name (first profile if NULL)

print

Whether to print the summary (default TRUE)

Examples

Run this code
if (FALSE) {
anki_quick_summary()
}

Run the code above in your browser using DataLab