Learn R Programming

ankiR (version 0.6.0)

anki_health_check: Collection health check

Description

Performs a comprehensive health check on your Anki collection, identifying common issues and problems.

Usage

anki_health_check(path = NULL, profile = NULL)

Value

A list with health check results

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
health <- anki_health_check()
}

Run the code above in your browser using DataLab