Learn R Programming

ankiR (version 0.6.0)

anki_exam_readiness: Track exam readiness

Description

Projects whether you'll complete cards before an exam, at what retention level. Useful for medical board exam preparation.

Usage

anki_exam_readiness(
  path = NULL,
  profile = NULL,
  target_date,
  deck_pattern = NULL,
  new_cards_per_day = 20,
  target_retention = 0.9
)

Value

A list with exam readiness analysis

Arguments

path

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

profile

Profile name (first profile if NULL)

target_date

Exam date (Date or character "YYYY-MM-DD")

deck_pattern

Pattern to match deck names (e.g., "Step1", "USMLE")

new_cards_per_day

Expected new cards per day (default 20)

target_retention

Target retention rate (default 0.90)

Examples

Run this code
if (FALSE) {
readiness <- anki_exam_readiness(target_date = "2024-06-15", deck_pattern = "Step1")
}

Run the code above in your browser using DataLab