powered by
Projects whether you'll complete cards before an exam, at what retention level. Useful for medical board exam preparation.
anki_exam_readiness( path = NULL, profile = NULL, target_date, deck_pattern = NULL, new_cards_per_day = 20, target_retention = 0.9 )
A list with exam readiness analysis
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Exam date (Date or character "YYYY-MM-DD")
Pattern to match deck names (e.g., "Step1", "USMLE")
Expected new cards per day (default 20)
Target retention rate (default 0.90)
if (FALSE) { readiness <- anki_exam_readiness(target_date = "2024-06-15", deck_pattern = "Step1") }
Run the code above in your browser using DataLab