Document your Research Design in a PDF File
Source:R/prepare_design_documentation.R
prepare_design_documentation.Rd
Uses the documentation block of each step to generate a rmarkdown based documentation of your research design.
Arguments
- d
A character vector of the research design steps function names
- output_file
The file name to store the PDF file to.
- title
A title string.
- code
A logical value indicating whether the R code of the design steps should be included in the documentation (defaults to TRUE).
- rmd_header
The character value containing the header of the rmarkdown file that the function generates. Defaults to a PDF output header
Details
Output is generated by rmarkdown
and saved to a PDF file, so you need a local rmarkdown
installation
that is capable to produce PDF files.
Examples
if (FALSE) {
print("Sorry. No examples yet.")
}