Learn R Programming

ankiR (version 0.6.0)

anki_simulate_session: Simulate a study session

Description

Given a time budget, predict how many cards you'll review, expected retention, and workload distribution.

Usage

anki_simulate_session(
  path = NULL,
  profile = NULL,
  minutes = 30,
  include_new = TRUE
)

Value

A tibble with session simulation

Arguments

path

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

profile

Profile name (first profile if NULL)

minutes

Available study time in minutes (default 30)

include_new

Whether to include new cards (default TRUE)

Examples

Run this code
if (FALSE) {
sim <- anki_simulate_session(minutes = 30)
}

Run the code above in your browser using DataLab