Learn R Programming

ankiR (version 0.6.0)

anki_db_path: Get path to Anki database

Description

Returns the full path to an Anki collection database file.

Usage

anki_db_path(profile = NULL, base_path = NULL)

Value

Character string path to collection.anki2 or collection.anki21

Arguments

profile

Profile name. If NULL, uses the first available profile.

base_path

Path to Anki2 directory (auto-detected if NULL)

Examples

Run this code
if (FALSE) {
anki_db_path()
anki_db_path("User 1")
}

Run the code above in your browser using DataLab