anki_coverage_analysis: Analyze topic coverage
Description
Shows percentage complete, mature, and retained by topic (tag or subdeck).
Usage
anki_coverage_analysis(
path = NULL,
profile = NULL,
by = "tag",
pattern = NULL,
min_cards = 10
)
Value
A tibble with coverage analysis per topic
Arguments
- path
Path to collection.anki2 (auto-detected if NULL)
- profile
Profile name (first profile if NULL)
- by
Analysis type: "tag" or "deck" (default "tag")
- pattern
Optional pattern to filter tags/decks
- min_cards
Minimum cards to include in analysis (default 10)
Examples
Run this codeif (FALSE) {
coverage <- anki_coverage_analysis()
coverage <- anki_coverage_analysis(pattern = "Anatomy")
}
Run the code above in your browser using DataLab