powered by
Analyze card content: word count, cloze density, complexity score, and correlations with retention.
anki_card_content(path = NULL, profile = NULL, sample_size = 1000)
A list with content analysis
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Max cards to analyze (default 1000, NULL for all)
if (FALSE) { content <- anki_card_content() content$summary content$complexity_retention }
Run the code above in your browser using DataLab