getGlobally: getGlobally

View source: R/main.R

getGloballyR Documentation

getGlobally

Description

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


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.