examen_pdf: Convert to an examen PDF document

Description Usage Arguments Details Value

View source: R/examen_pdf.R

Description

Format for converting from R Markdown to an examen PDF document.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
examen_pdf(
  solution = FALSE,
  suffix = "_question",
  id = FALSE,
  mcq = "oneparchoices",
  includes = NULL,
  pandoc_args = NULL,
  ...
)

examen_pdf_solution(suffix = "_solution", ...)

Arguments

solution

Turn ON or OFF the rendering of solution chunks (default is FALSE)

suffix

Suffix which is added to the filename (default is '_question' for 'unilur::examen_pdf' and '_solution' for 'unilur::examen_pdf_solution')

id

Draw a student identification box

mcq

Theme for the multiple choice questions (oneparchoices, oneparchoicesalt, oneparcheckboxesalt or oneparcheckboxes)

includes

Named list of additional content to include within the document (typically created using the includes function).

pandoc_args

Additional command line options to pass to pandoc

...

Arguments passed to pdf_document().

Details

See the inherited 'rmarkdown::pdf_document' help page for additional arguments.

Value

R Markdown output format to pass to render


koncina/unilur documentation built on Sept. 24, 2021, 12:24 a.m.