powered by
Import review data from CSV for analysis
fsrs_from_csv( file, date_col = "date", rating_col = "rating", card_col = "card_id", date_format = "%Y-%m-%d" )
A tibble with standardized review data
Path to CSV file
Name of date column
Name of rating column
Name of card ID column
Date format string
if (FALSE) { reviews <- fsrs_from_csv("reviews.csv", date_col = "date", rating_col = "grade") }
Run the code above in your browser using DataLab