getGlobally | R Documentation |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.