Learn R Programming

ankiR (version 0.6.0)

anki_ts_anomalies: Detect anomalies in review patterns

Description

Identifies unusual days (very high or low activity).

Usage

anki_ts_anomalies(path = NULL, profile = NULL, threshold = 2)

Value

A tibble with anomalous days

Arguments

path

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

profile

Profile name (first profile if NULL)

threshold

Number of standard deviations for anomaly (default 2)

Examples

Run this code
if (FALSE) {
anomalies <- anki_ts_anomalies()
}

Run the code above in your browser using DataLab