Learn R Programming

ankiR (version 0.6.0)

anki_media_list: List media files in collection

Description

Returns all media files stored in the collection's media folder.

Usage

anki_media_list(path = NULL, profile = NULL)

Value

A tibble with filename, size, and extension

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
media <- anki_media_list()
}

Run the code above in your browser using DataLab