powered by
Analyzes how sibling cards (cards from the same note) affect each other's retention. For example, does seeing the forward card help with the reverse?
anki_sibling_analysis(path = NULL, profile = NULL, max_gap_days = 7)
A list with sibling analysis
Path to collection.anki2 (auto-detected if NULL)
Profile name (first profile if NULL)
Maximum days between sibling reviews to consider related (default 7)
if (FALSE) { siblings <- anki_sibling_analysis() }
Run the code above in your browser using DataLab