Learn R Programming

ankiR (version 0.6.0)

anki_card_complexity: Analyze card complexity

Description

Measures card complexity based on field content, media usage, etc.

Usage

anki_card_complexity(path = NULL, profile = NULL)

Value

A tibble with card complexity metrics

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
complexity <- anki_card_complexity()
}

Run the code above in your browser using DataLab