Learn R Programming

ankiR (version 0.6.0)

anki_response_time_outliers: Analyze response time outliers

Description

Find reviews with suspicious response times (too fast or too slow).

Usage

anki_response_time_outliers(
  path = NULL,
  profile = NULL,
  min_time_ms = 500,
  max_time_ms = 120000
)

Value

A tibble with outlier reviews

Arguments

path

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

profile

Profile name (first profile if NULL)

min_time_ms

Minimum expected time in ms (default 500)

max_time_ms

Maximum expected time in ms (default 120000 = 2 min)

Examples

Run this code
if (FALSE) {
outliers <- anki_response_time_outliers()
}

Run the code above in your browser using DataLab