Usage
pullDcloneEnv(x, type = c("model", "results"))
pushDcloneEnv(x, value, type = c("model", "results"))
clearDcloneEnv(..., list = character(),
type = c("model", "results"))
listDcloneEnv(type = c("model", "results"))
existsDcloneEnv(x, type = c("model", "results"),
mode = "any", inherits = TRUE)Arguments
x
a variable name, given as a character string.
No coercion is done, and the first element of a
character vector of length greater than one will be used,
with a warning.
value
a value to be assigned to x.
type
character, the type of environment to be accessed, see Details.
...
the objects to be removed, as names (unquoted)
or character strings (quoted).
list
a character vector naming objects to be removed.
mode
the mode or type of object sought: see the exists. inherits
logical, should the enclosing frames of the environment be searched?