rebind {externalVector} | R Documentation |
This function allocates a new "externalVectorWithStorage" object with possibly new length, type, names, dimension or dimnames.
rebind(x, length.x = length(x), type = x@storage@type, names.x = x@Names, dim.x = x@Dim, dimnames.x = x@DimNames, ..., arrayOnly = FALSE)
x |
An object of class "externalVectorWithStorage". |
length.x |
New length. |
type |
New type. |
names.x |
New names. |
dim.x |
New dimension. |
dimnames.x |
New dimnames. |
... |
Other arguments passed to initializer of the class of
x . |
arrayOnly |
Just create the data part with no names, dimensions or dimnames. |
A new object of same class as x
.
externalVectorWithStorage-class