powered by
Import data exported from the ankiR Stats Anki addon. This allows analyzing Anki data in R without direct database access.
import_addon_export(path)
A list containing cards, revlog, daily_stats, and summary
Path to the JSON export file
if (FALSE) { data <- import_addon_export("ankir_export.json") data$summary data$cards data$daily_stats }
Run the code above in your browser using DataLab