Learn R Programming

ankiR (version 0.6.0)

fsrs_export_reviews: Export reviews for external FSRS analysis

Description

Export reviews for external FSRS analysis

Usage

fsrs_export_reviews(file, path = NULL, profile = NULL, format = "csv")

Value

Invisibly returns the exported data

Arguments

file

Output file path (.csv or .json)

path

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

profile

Profile name (first profile if NULL)

format

Output format: "csv" or "json"

Examples

Run this code
if (FALSE) {
fsrs_export_reviews("reviews.csv")
}

Run the code above in your browser using DataLab