makeGlobalVariable {link2GI} | R Documentation |
Generates a variable with a certain value in the R environment
Description
Generates a variable with a certain value in the R environment.
Usage
makeGlobalVariable(names, values)
Arguments
names |
vector with the names of the variable(s) |
values |
vector with values of the variable(s) |
Examples
## Not run:
# creates the global variable \code{path_data} with the value \code{~/data}
makeGlobalVariable(names = 'path_data', values = '~/data')
## End(Not run)
[Package link2GI version 0.6-2 Index]