Learn R Programming

ankiR (version 0.6.0)

anki_empty_cards: Find cards with empty fields

Description

Identifies cards that have empty required fields.

Usage

anki_empty_cards(path = NULL, profile = NULL)

Value

A tibble of cards with empty fields

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
empty <- anki_empty_cards()
}

Run the code above in your browser using DataLab