powered by
Generates a variable with a certain value in the R environment
makeGlobalVar(name, value)
character string name of the variable
character string value of the variable
if (FALSE) { # creates the global var `pathToData` with the value `~/home/data` makeGlobalVar("pathToData","~/home/data") }
Run the code above in your browser using DataLab