make_report: Create Assessment Summary Report

Description Usage Arguments Value Examples

Description

make_feedback creates a report PDF from a dataframe of assignment evaluations

Usage

1
2
3
make_report(marking, template = "report_template.Rmd", show = c("eval",
  "mark2", "mark_dist", "cat_dist", "cat_mark"), output_file = NA,
  quiet = TRUE)

Arguments

marking

list containing a dataframe (marks)

template

path to the .Rmd template file for reports

show

list of sections to show in the default report template

output_file

path for the rendered file (defaults to feedback.pdf)

quiet

passed to rmarkdown::render (default TRUE)

Value

none

Examples

1

debruine/markr documentation built on May 20, 2019, 5:57 p.m.