Learn R Programming

ankiR (version 0.6.0)

anki_stats_daily: Calculate daily review statistics

Description

Calculate daily review statistics

Usage

anki_stats_daily(path = NULL, profile = NULL, from = NULL, to = NULL)

Value

A tibble with daily statistics

Arguments

path

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

profile

Profile name (first profile if NULL)

from

Optional start date (Date or character "YYYY-MM-DD")

to

Optional end date (Date or character "YYYY-MM-DD")

Examples

Run this code
if (FALSE) {
daily <- anki_stats_daily()
daily <- anki_stats_daily(from = "2024-01-01")
}

Run the code above in your browser using DataLab