| makeGlobalVar | R Documentation | 
Generates a variable with a certain value in the R environment
makeGlobalVar(name, value)
| name | character string name of the variable | 
| value | character string value of the variable | 
## Not run: 
# creates the global var `pathToData` with the value `~/home/data`
makeGlobalVar("pathToData","~/home/data") 
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.