Skip to contents

Generate Markdown questionnaire

Usage

gen_qstnr_md(qstnr_tibble, incl_title = FALSE)

Arguments

qstnr_tibble

Questionnaire tibble as returned by gen_qstnr_tibble().

incl_title

Whether or not to generate an <h1> questionnaire title at the beginning of the document. If the result is intended to be fed to Pandoc, it's recommended to set this to FALSE and provide the title via Pandoc's --metadata option instead.

Value

A character vector.

See also

Other questionnaire generation functions: expand_qstnr_tibble(), gen_qstnr_tibble()