Learn R Programming

ankiR (version 0.6.0)

anki_report: Generate collection summary report

Description

Creates a summary of your Anki collection statistics.

Usage

anki_report(path = NULL, profile = NULL)

Value

A list with collection statistics

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
report <- anki_report()
print(report)
}

Run the code above in your browser using DataLab