Render a Rmarkdown (.Rmd) file, file
, to the output
format specified in its preamble. If no output format is specified,
it will be rendered to html.
render(file, quiet)
file | A character string path to the file that is to be rendered. This file must be of type Rmarkdown (.Rmd) |
---|---|
quiet | A logical. Should messages during rendering be surpressed? |
This function is merely a simplified version (in terms of
possible arguments) of the rendering function from the rmarkdown
package.
Therefore, we refer to this functions for more details:
render
. We have included this simplified version in
dataMaid
in order to help new R users with rendering their output
documents as generated by makeDataReport
.