Learn R Programming

ankiR (version 0.6.0)

anki_learning_velocity: Learning Velocity Analysis

Description

Track learning rate over time: cards learned per day, time to graduation, acceleration or deceleration of learning.

Usage

anki_learning_velocity(path = NULL, profile = NULL, period = "month")

Value

A list with velocity metrics and trends

Arguments

path

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

profile

Profile name (first profile if NULL)

period

Analysis period: "week", "month", "quarter", "all" (default "month")

Examples

Run this code
if (FALSE) {
velocity <- anki_learning_velocity()
velocity$current
velocity$trend
}

Run the code above in your browser using DataLab