Learn R Programming

ankiR (version 0.6.0)

anki_to_html: Export collection report to HTML

Description

Export collection report to HTML

Usage

anki_to_html(file, path = NULL, profile = NULL)

Value

Invisibly returns the file path

Arguments

file

Output HTML file path

path

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

profile

Profile name (first profile if NULL)

Examples

Run this code
if (FALSE) {
anki_to_html("report.html")
}

Run the code above in your browser using DataLab