Learn R Programming

ankiR (version 0.6.0)

anki_schema_version: Anki Schema Version Detection

Description

Detect the Anki database schema version to help debug compatibility issues.

Usage

anki_schema_version(path = NULL, profile = NULL)

Value

A list with schema information

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
schema <- anki_schema_version()
}

Run the code above in your browser using DataLab