gat variable from .GlobalEnv
getGlobally(x, default = NULL, create.if.not.existing = TRUE)
x | name of variable |
---|---|
default | default value to which the variable is assigned (if create.if.not.existing = TRUE) in case that it does not yet exist. Default: NULL |
create.if.not.existing | if TRUE and if the variable does not yet exist,
it is created and initialised with the value given in |