powered by
Analyzes retention and performance by hour of day and day of week to identify when you learn best.
anki_best_review_times(path = NULL, profile = NULL, min_reviews = 50)
A list with optimal time analysis
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Minimum reviews per time slot for analysis (default 50)
if (FALSE) { times <- anki_best_review_times() times$best_hours times$best_days }
Run the code above in your browser using DataLab