Learn R Programming

ankiR (version 0.6.0)

anki_buried: Get buried cards

Description

Get buried cards

Usage

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

Value

A tibble of buried 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) {
buried <- anki_buried()
}

Run the code above in your browser using DataLab