Learn R Programming

ankiR (version 0.6.0)

anki_ts_intervals: Analyze interval progression over time

Description

Tracks how card intervals change over time periods.

Usage

anki_ts_intervals(path = NULL, profile = NULL, by = "week")

Value

A tibble with interval statistics over time

Arguments

path

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

profile

Profile name (first profile if NULL)

by

Aggregation period: "day", "week", or "month"

Examples

Run this code
if (FALSE) {
ts <- anki_ts_intervals()
plot(ts$date, ts$median_ivl, type = "l")
}

Run the code above in your browser using DataLab