anki_ts_maturation: Analyze card maturation over time
Description
Tracks cumulative mature cards over time.
Usage
anki_ts_maturation(
path = NULL,
profile = NULL,
by = "week",
mature_threshold = 21
)
Value
A tibble with maturation statistics
Arguments
- path
Path to collection.anki2 (auto-detected if NULL)
- profile
Profile name (first profile if NULL)
- by
Aggregation period: "day", "week", or "month"
- mature_threshold
Days to consider a card mature (default 21)
Examples
Run this codeif (FALSE) {
ts <- anki_ts_maturation()
}
Run the code above in your browser using DataLab