Learn R Programming

ankiR (version 0.6.0)

anki_ts_workload: Analyze workload trends

Description

Tracks review workload over time.

Usage

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

Value

A tibble with workload 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_workload()
}

Run the code above in your browser using DataLab