Learn R Programming

ankiR (version 0.6.0)

anki_ts_stability: Analyze FSRS stability over time

Description

Tracks how memory stability evolves.

Usage

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

Value

A tibble with stability 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_stability()
}

Run the code above in your browser using DataLab