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 codeif (FALSE) {
fsrs_export_reviews("reviews.csv")
}
Run the code above in your browser using DataLab