Learn R Programming

ankiR (version 0.6.0)

anki_card_content: Card Content Analysis

Description

Analyze card content: word count, cloze density, complexity score, and correlations with retention.

Usage

anki_card_content(path = NULL, profile = NULL, sample_size = 1000)

Value

A list with content analysis

Arguments

path

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

profile

Profile name (first profile if NULL)

sample_size

Max cards to analyze (default 1000, NULL for all)

Examples

Run this code
if (FALSE) {
content <- anki_card_content()
content$summary
content$complexity_retention
}

Run the code above in your browser using DataLab