powered by
Splits the field content (separated by \x1f) into separate columns.
anki_field_contents(path = NULL, profile = NULL, model_id = NULL)
A tibble with nid and separate columns for each field
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Optional model ID to filter notes. If NULL, uses first model.
if (FALSE) { fields <- anki_field_contents() }
Run the code above in your browser using DataLab