atget {PBSadmb} | R Documentation |
Get/Put Objects From/To Temporary Work Environment
Description
These functions are wrappers to the PBSmodelling accessor functions that
get/print objects from or put objects into a temporary work environment,
in this case .PBSadmbEnv
. Working objects include PBSadmb
,
which acts as a storage object for some of the functions, and .PBSadmb
,
which controls the options for the user's project.
Usage
atget(...)
atcall(...)
atprint(...)
atput(...)
alisp(...)
Arguments
... |
For For |
Details
These accessor functions were developed as a response to the CRAN repository policy statement: “Packages should not modify the global environment (user's workspace).”
Value
Objects are retrieved from or sent to the temporary working
environment to/from the place where the function(s) are called.
Additionally, atcall
invisibly returns the object without
transferring, which is useful when the object is a function that the
user may wish to call, for example, atcall(myfunc)()
, or as
arguments in other functions.
Note
Additional wrapper functions to access functions in .PBSadmbEnv
are named with the prefix .win
(none at the moment).
Author(s)
Rowan Haigh, Program Head – Offshore Rockfish
Pacific Biological Station (PBS), Fisheries & Oceans Canada (DFO), Nanaimo BC
locus opus: Offsite, Vancouver BC
Last modified Rd: 2023-11-10
References
See Also
In package PBSmodelling:
tget
, and
lisp