Learn R Programming

ankiR (version 0.6.0)

fsrs_get_parameters: Get FSRS parameters from Anki deck config

Description

Extracts the FSRS parameters stored in Anki's deck configuration.

Usage

fsrs_get_parameters(path = NULL, profile = NULL)

Value

A list with FSRS parameters or NULL if not found

Arguments

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
params <- fsrs_get_parameters()
}

Run the code above in your browser using DataLab