Learn R Programming

ankiR (version 0.6.0)

anki_long_cards: Find cards with very long content

Description

Identifies cards that might be too complex.

Usage

anki_long_cards(path = NULL, profile = NULL, threshold = 2000)

Value

A tibble of long cards

Arguments

path

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

profile

Profile name (first profile if NULL)

threshold

Character count threshold (default 2000)

Examples

Run this code
if (FALSE) {
long_cards <- anki_long_cards()
}

Run the code above in your browser using DataLab