export.global {arvoRe}R Documentation

Usage

export.global(x, nome)

Arguments

x
nome

Examples

##---- 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)
  }

[Package arvoRe version 0.1.7 Index]