Learn R Programming

ankiR (version 0.6.0)

anki_streak_analytics: Advanced Streak Analytics

Description

Detailed streak analysis including best streaks, recovery time after breaks, weekend vs weekday patterns, and streak predictions.

Usage

anki_streak_analytics(path = NULL, profile = NULL)

Value

A list with detailed streak statistics

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
streaks <- anki_streak_analytics()
streaks$current
streaks$history
}

Run the code above in your browser using DataLab