Launch the markermd Marking Application
mark.RdPoints the marking app at an initialized markermd project (a directory
containing a .markermd/ folder; see init_project()). The project's
configuration determines where the student repositories, grading template,
grading database, and rendered HTML reports ("artifacts") are located.
Arguments
- path
Character string. Path to a markermd project directory.
- template
Optional template override for validation, taking precedence over the project's configured template. Can be:
Character path to a saved template (
.yaml/.yml)A
markermd_templateS7 objectNULL (use the project's configured template)
- use_qmd
Logical. Whether to parse .qmd files (TRUE) or .Rmd files (FALSE). Default is TRUE.
- ...
Additional arguments passed to shiny::runApp()