Learn R Programming

ankiR (version 0.6.0)

anki_field_contents: Parse note fields into columns

Description

Splits the field content (separated by \x1f) into separate columns.

Usage

anki_field_contents(path = NULL, profile = NULL, model_id = NULL)

Value

A tibble with nid and separate columns for each field

Arguments

path

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

profile

Profile name (first profile if NULL)

model_id

Optional model ID to filter notes. If NULL, uses first model.

Examples

Run this code
if (FALSE) {
fields <- anki_field_contents()
}

Run the code above in your browser using DataLab