Learn R Programming

ankiR (version 0.6.0)

anki_best_review_times: Find optimal review times

Description

Analyzes retention and performance by hour of day and day of week to identify when you learn best.

Usage

anki_best_review_times(path = NULL, profile = NULL, min_reviews = 50)

Value

A list with optimal time analysis

Arguments

path

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

profile

Profile name (first profile if NULL)

min_reviews

Minimum reviews per time slot for analysis (default 50)

Examples

Run this code
if (FALSE) {
times <- anki_best_review_times()
times$best_hours
times$best_days
}

Run the code above in your browser using DataLab