export.global {arvoRe} | R Documentation |
export.global(x, nome)
x |
|
nome |
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function(x, nome) { assign(nome, x, env = .GlobalEnv) }