Learn R Programming

ankiR (version 0.6.0)

anki_study_priorities: Generate study priority list

Description

Identifies which topics/decks should be prioritized based on progress and retention.

Usage

anki_study_priorities(path = NULL, profile = NULL, by = "tag", n = 10)

Value

A tibble with prioritized topics

Arguments

path

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

profile

Profile name (first profile if NULL)

by

Analysis type: "tag" or "deck" (default "tag")

n

Number of priority topics to return (default 10)

Examples

Run this code
if (FALSE) {
priorities <- anki_study_priorities(n = 10)
}

Run the code above in your browser using DataLab