feedback_report_pdf: Produce a feedback report

View source: R/report.R

feedback_report_pdfR Documentation

Produce a feedback report

Description

Produce a feedback report

Usage

feedback_report_pdf(
  d,
  filename,
  template,
  subdir = "feedback_reports",
  overwrite = FALSE,
  quiet = TRUE,
  extra_params = NULL,
  long_line_cutoff = 75,
  empty_fbk = "* no issues"
)

Arguments

d

a table with assessment data for a single submission

filename

filename of the submission

template

an RMarkdown template for the report

subdir

the subdirectory for reports

overwrite

if exists, overwrite?

quiet

'quiet' option for rmarkdown::render

extra_params

any extra parameters to pass to report (will appear in params$extra)

long_line_cutoff

reformat chunks where any single line is longer than this value (-1 = don't reformat)

empty_fbk

default feedback (when fbk field is empty)

Value

path to the report


dalejbarr/assessr documentation built on Jan. 25, 2024, 10:47 p.m.