render {dataMaid} | R Documentation |
Simplified Rmarkdown rendering
Description
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.
Usage
render(file, quiet)
Arguments
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? |
Details
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
.
See Also
[Package dataMaid version 1.4.1 Index]