Description Usage Value Examples
Take the names of the variables specified on the R CMD BATCH call and turn them into R variables Assign the values after '=' to these variables.
1 |
variable(s) stored in memory
1 2 3 4 5 6 7 | ## Not run:
## R CMD BATCH --some.variable=testing
cmdArgsToVariables()
print(some.variable)
#> 'testing'
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.