Learn R Programming

ankiR (version 0.6.0)

anki_forecast: Get forecast of upcoming reviews

Description

Predicts how many reviews will be due each day.

Usage

anki_forecast(path = NULL, profile = NULL, days = 30)

Value

A tibble with daily forecast

Arguments

path

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

profile

Profile name (first profile if NULL)

days

Number of days to forecast (default 30)

Examples

Run this code
if (FALSE) {
forecast <- anki_forecast()
}

Run the code above in your browser using DataLab