Learn R Programming

ankiR (version 0.6.0)

anki_revlog: Read review log from Anki collection

Description

Read review log from Anki collection

Usage

anki_revlog(path = NULL, profile = NULL)

Value

A tibble of review log entries with columns: rid, cid, ease, ivl, time, review_date

Arguments

path

Path to collection.anki2 (auto-detected if NULL)

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
anki_revlog()
}

Run the code above in your browser using DataLab