Rdocumentation
powered by
Learn R Programming
SpaDES (version 1.0.1)
.getSpaDES: Get objects from the internal SpaDES environment
Description
Internal function. Simple wrapper for
get
.
Usage
.getSpaDES(x, ...) ## S3 method for class 'ANY': .getSpaDES(x, ...)
Arguments
x
an object name (given as a character string).
...
Additional arguments to pass to
get
.