Learn R Programming

ankiR (version 0.6.0)

anki_plot_difficulty: Plot difficulty distribution

Description

Histogram of card difficulties (FSRS).

Usage

anki_plot_difficulty(path = NULL, profile = NULL, by_deck = FALSE)

Value

A ggplot2 object

Arguments

path

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

profile

Profile name (first profile if NULL)

by_deck

If TRUE, facet by deck

Examples

Run this code
if (FALSE) {
anki_plot_difficulty()
}

Run the code above in your browser using DataLab