Learn R Programming

ankiR (version 0.6.0)

anki_time_by_weekday: Analyze reviews by day of week

Description

Shows which days you study most.

Usage

anki_time_by_weekday(path = NULL, profile = NULL, days = 90)

Value

A tibble with daily statistics

Arguments

path

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

profile

Profile name (first profile if NULL)

days

Number of days to analyze (NULL for all)

Examples

Run this code
if (FALSE) {
anki_time_by_weekday()
}

Run the code above in your browser using DataLab