Learn R Programming

ankiR (version 0.6.0)

anki_media_missing: Find missing media references

Description

Identifies media files referenced in notes but not present in the media folder.

Usage

anki_media_missing(path = NULL, profile = NULL)

Value

A tibble with missing filenames and the notes referencing them

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
missing <- anki_media_missing()
}

Run the code above in your browser using DataLab