Learn R Programming

ankiR (version 0.6.0)

anki_due: Get cards due for review

Description

Get cards due for review

Usage

anki_due(path = NULL, profile = NULL, days_ahead = 0)

Value

A tibble of due cards

Arguments

path

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

profile

Profile name (first profile if NULL)

days_ahead

Number of days to look ahead (default 0 = today only)

Examples

Run this code
if (FALSE) {
due_today <- anki_due()
due_week <- anki_due(days_ahead = 7)
}

Run the code above in your browser using DataLab