Learn R Programming

ankiR (version 0.6.0)

anki_ts_retention: Analyze retention over time

Description

Tracks retention rate changes over time periods.

Usage

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

Value

A tibble with retention 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_retention()
}

Run the code above in your browser using DataLab