Description Usage Arguments Value
Depending on the type of file, the function will source code from a .R
file or render a document from a .Rmd
.
1 |
x |
name of file |
out_dir |
location in which to store documents compiled from |
output_format |
format in which to compile a |
... |
additional parameters to pass to |
NULL
This function is meant to facilitate launching a series of preprocessing, data exploration, and analysis scripts in R. After each script is run, any existing global variables are removed; therefore, data passed from one script to another should be outputed as an intermediate .RData file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.