powered by
Generates a daily study plan based on exam date and current progress.
anki_study_plan( path = NULL, profile = NULL, target_date, daily_minutes = 60, deck_pattern = NULL )
A list with study plan
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Exam/target date
Available study time per day in minutes (default 60)
Optional pattern to filter decks
if (FALSE) { plan <- anki_study_plan(target_date = "2024-06-15", daily_minutes = 90) }
Run the code above in your browser using DataLab