Learn R Programming

ankiR (version 0.6.0)

anki_export_revlog: Export review history

Description

Exports the full review log to CSV.

Usage

anki_export_revlog(
  file,
  path = NULL,
  profile = NULL,
  include_card_info = FALSE
)

Value

Invisibly returns the exported data

Arguments

file

Output file path

path

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

profile

Profile name (first profile if NULL)

include_card_info

If TRUE, join with card data

Examples

Run this code
if (FALSE) {
anki_export_revlog("my_reviews.csv")
}

Run the code above in your browser using DataLab