makeGlobalVariable | R Documentation |
Generates a variable with a certain value in the R environment.
makeGlobalVariable(names, values)
names |
vector with the names of the variable(s) |
values |
vector with values of the variable(s) |
## Not run:
# creates the global variable \code{path_data} with the value \code{~/data}
makeGlobalVariable(names = 'path_data', values = '~/data')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.