Learn R Programming

ankiR (version 0.6.0)

anki_plot_forecast: Plot review forecast

Description

Shows predicted upcoming review workload.

Usage

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

Value

A ggplot2 object

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) {
anki_plot_forecast()
}

Run the code above in your browser using DataLab