Learn R Programming

ankiR (version 0.6.0)

anki_response_time: Analyze response time by card properties

Description

Shows how response time varies by difficulty, interval, etc.

Usage

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

Value

A tibble with response time analysis

Arguments

path

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

profile

Profile name (first profile if NULL)

days

Number of days to analyze

Examples

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

Run the code above in your browser using DataLab