Learn R Programming

ankiR (version 0.6.0)

anki_progress_report: Generate progress report

Description

Generates a shareable HTML or Markdown progress report with charts.

Usage

anki_progress_report(
  path = NULL,
  profile = NULL,
  output_path = "anki_progress.html",
  format = "html",
  period = "month",
  title = "Anki Progress Report"
)

Value

Invisibly returns the report content

Arguments

path

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

profile

Profile name (first profile if NULL)

output_path

Path for output file

format

Output format: "html" or "markdown"

period

Period to analyze: "week", "month", "year"

title

Report title

Examples

Run this code
if (FALSE) {
anki_progress_report(output_path = "my_progress.html", period = "month")
}

Run the code above in your browser using DataLab