anki_session_stats: Analyze study sessions
Description
Identifies study sessions and calculates session statistics.
A session is defined as reviews with gaps less than session_gap minutes.
Usage
anki_session_stats(path = NULL, profile = NULL, session_gap = 30, days = 90)
Value
A tibble with session statistics
Arguments
- path
Path to collection.anki2 (auto-detected if NULL)
- profile
Profile name (first profile if NULL)
- session_gap
Gap in minutes that defines session boundaries (default 30)
- days
Number of days to analyze
Examples
Run this codeif (FALSE) {
sessions <- anki_session_stats()
}
Run the code above in your browser using DataLab