| big.matrix.descriptor-class {bigmemory} | R Documentation |
An object of this class contains necessary and sufficient information
to “attach” a shared or filebacked big.matrix.
Objects should not be created by calls of the form new("big.matrix.descriptor", ...),
but should use the describe function.
description:Object of class "list"; details omitted.
Class "descriptor", directly.
signature(obj = "big.matrix.descriptor"): ...
signature(x = "big.matrix.descriptor"): ...
We provide attach.resource for convenience, but expect most users
will prefer
attach.big.matrix.
Other types of descriptors are defined in package synchronicity.
See also attach.big.matrix.
showClass("big.matrix.descriptor")