powered by
Get cards due for review
anki_due(path = NULL, profile = NULL, days_ahead = 0)
A tibble of due cards
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Number of days to look ahead (default 0 = today only)
if (FALSE) { due_today <- anki_due() due_week <- anki_due(days_ahead = 7) }
Run the code above in your browser using DataLab