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