Learn R Programming

ankiR (version 0.6.0)

anki_suspended: Get suspended cards

Description

Get suspended cards

Usage

anki_suspended(path = NULL, profile = NULL, include_notes = FALSE)

Value

A tibble of suspended cards

Arguments

path

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

profile

Profile name (first profile if NULL)

include_notes

If TRUE, join with note data

Examples

Run this code
if (FALSE) {
suspended <- anki_suspended()
}

Run the code above in your browser using DataLab