attach.resource {bigmemory.sri} | R Documentation |
This function attaches to a system-wide shared resource on a computer. It is used by the bigmemory and synchronicity packages.
attach.resource(obj, ...)
obj |
a descriptor object that describes the location and type of shared resource |
... |
other information needed for object-specific attaching |
An R object that makes use of shared resources.
Michael J. Kane