Learn R Programming

ankiR (version 0.6.0)

anki_roi_analysis: Calculate spaced repetition ROI

Description

Estimate the return on investment of your spaced repetition practice. Calculates knowledge half-life extension per minute of study.

Usage

anki_roi_analysis(path = NULL, profile = NULL)

Value

A list with ROI analysis

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
roi <- anki_roi_analysis()
}

Run the code above in your browser using DataLab