Learn R Programming

ankiR (version 0.6.0)

anki_mature: Get mature cards (interval >= 21 days)

Description

Get mature cards (interval >= 21 days)

Usage

anki_mature(path = NULL, profile = NULL, min_interval = 21)

Value

A tibble of mature cards

Arguments

path

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

profile

Profile name (first profile if NULL)

min_interval

Minimum interval to consider mature (default 21)

Examples

Run this code
if (FALSE) {
mature <- anki_mature()
}

Run the code above in your browser using DataLab