Learn R Programming

ankiR (version 0.6.0)

anki_weak_areas: Find weak areas by tag or deck

Description

Identifies tags or subdecks with the lowest retention or highest lapse rates.

Usage

anki_weak_areas(path = NULL, profile = NULL, n = 10, by = "tag", days = 90)

Value

A tibble of weak areas

Arguments

path

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

profile

Profile name (first profile if NULL)

n

Number of weak areas to return (default 10)

by

Analysis type: "tag" or "deck" (default "tag")

days

Number of days to analyze (default 90)

Examples

Run this code
if (FALSE) {
weak <- anki_weak_areas(n = 10, by = "tag")
}

Run the code above in your browser using DataLab