Skip to contents

gat variable from .GlobalEnv

Usage

getGlobally(x, default = NULL, create.if.not.existing = TRUE)

Arguments

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 default. Default: TRUE