Learn R Programming

ankiR (version 0.6.0)

anki_ts_learning: Analyze learning rate (new cards learned)

Description

Tracks how many new cards are introduced and learned over time.

Usage

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

Value

A tibble with learning 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_learning()
}

Run the code above in your browser using DataLab