Learn R Programming

ankiR (version 0.6.0)

anki_burnout_detection: Detect Burnout Warning Signs

Description

Analyzes study patterns to detect potential burnout indicators: declining retention, increasing response time, shorter sessions, more "Again" presses, decreased consistency.

Usage

anki_burnout_detection(
  path = NULL,
  profile = NULL,
  days = 30,
  baseline_days = 90
)

Value

A list with burnout indicators and recommendations

Arguments

path

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

profile

Profile name (first profile if NULL)

days

Number of days to analyze (default 30)

baseline_days

Days to use as baseline for comparison (default 90)

Examples

Run this code
if (FALSE) {
burnout <- anki_burnout_detection()
burnout$risk_level
burnout$indicators
}

Run the code above in your browser using DataLab