globasn | R Documentation |
ONLY USE IF YOU KNOW WHAT YOU ARE DOING This function forces assignment of a variable/function to the global environment, or an environment of your choosing
globasn(
obj,
var = NULL,
return_obj = TRUE,
envir = .GlobalEnv,
verbose = TRUE,
vareval = F
)
obj |
The object to assign to the global environment |
var |
Optional name of variable, specified as string |
either NULL or the object being assigned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.