Learn R Programming

ankiR (version 0.6.0)

anki_study_plan: Create study plan

Description

Generates a daily study plan based on exam date and current progress.

Usage

anki_study_plan(
  path = NULL,
  profile = NULL,
  target_date,
  daily_minutes = 60,
  deck_pattern = NULL
)

Value

A list with study plan

Arguments

path

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

profile

Profile name (first profile if NULL)

target_date

Exam/target date

daily_minutes

Available study time per day in minutes (default 60)

deck_pattern

Optional pattern to filter decks

Examples

Run this code
if (FALSE) {
plan <- anki_study_plan(target_date = "2024-06-15", daily_minutes = 90)
}

Run the code above in your browser using DataLab