Learn R Programming

ankiR (version 0.6.0)

anki_backlog_calculator: Backlog Calculator

Description

Calculate how long it would take to clear your review backlog at different review rates, and project backlog growth if you stop studying.

Usage

anki_backlog_calculator(path = NULL, profile = NULL, new_cards_per_day = 0)

Value

A list with backlog analysis and projections

Arguments

path

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

profile

Profile name (first profile if NULL)

new_cards_per_day

Expected new cards per day (0 = maintenance mode)

Examples

Run this code
if (FALSE) {
backlog <- anki_backlog_calculator()
backlog$current
backlog$scenarios
}

Run the code above in your browser using DataLab