Learn R Programming

ankiR (version 0.6.0)

anki_models: Read note types (models) from Anki collection

Description

Read note types (models) from Anki collection

Usage

anki_models(path = NULL, profile = NULL)

Value

A tibble of note types with columns: mid, name, flds (list of field names), tmpls (list of template names)

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
anki_models()
}

Run the code above in your browser using DataLab