powered by
Get review data formatted for calendar heatmaps
anki_heatmap_data(path = NULL, profile = NULL, year = NULL)
A tibble with date and count columns suitable for heatmap visualization
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Optional year to filter (NULL for all)
if (FALSE) { heatmap_data <- anki_heatmap_data() # Use with ggplot2: # ggplot(heatmap_data, aes(week, weekday, fill = reviews)) + geom_tile() }
Run the code above in your browser using DataLab