Learn R Programming

ankiR (version 0.6.0)

anki_card_recommendations: Generate card recommendations

Description

Generates actionable recommendations for improving your collection: cards to unsuspend, leeches to rewrite, near-duplicates to merge, etc.

Usage

anki_card_recommendations(path = NULL, profile = NULL)

Value

A list with categorized recommendations

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
recs <- anki_card_recommendations()
recs$leeches_to_rewrite
recs$cards_to_unsuspend
}

Run the code above in your browser using DataLab