Description Usage Arguments Details Value Examples
Run an R script within a project using devtools::clean_source
1 2 | runScript(r = getSourceInfo()$file$file, project.id = getProject(),
logRmd = FALSE)
|
r |
R script within that project (r is short R script for convenience) |
project.id |
project id |
logRmd |
logical indicating whether to create R markdown log |
Lists scripts if no current script is active or r script is "".
value from clean_source from devtools package
1 2 3 4 | ## Not run:
run.program("read_data.R","adaprHome")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.