Learn R Programming

ankiR (version 0.6.0)

fsrs_memory_states: Calculate memory state for cards

Description

Calculates the current FSRS memory state (stability, difficulty, retrievability) for all cards in the collection.

Usage

fsrs_memory_states(path = NULL, profile = NULL, include_projection = FALSE)

Value

A tibble with memory states

Arguments

path

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

profile

Profile name (first profile if NULL)

include_projection

Include projected future states

Examples

Run this code
if (FALSE) {
states <- fsrs_memory_states()
}

Run the code above in your browser using DataLab