Description Usage Arguments Value
as.list
, rbind
would incur realization
of the lazyIndex
slot in DelayedDataFrame
object.
cbind
for DelayedDataFrame inherits the
lazyIndex's if inputs have any DelayedDataFrame
objects. Otherwise, return a new DelayedDataFrame with NULL
lazyIndexes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ## S4 method for signature 'DelayedDataFrame'
as.list(x, use.names = TRUE)
## S4 method for signature 'DelayedDataFrame'
names(x)
## S4 method for signature 'DelayedDataFrame'
cbind(..., deparse.level = 1)
## S4 method for signature 'DelayedDataFrame'
bindROWS(
x,
objects = list(),
use.names = TRUE,
ignore.mcols = FALSE,
check = TRUE
)
## S4 method for signature 'DelayedDataFrame,ANY'
extractROWS(x, i)
## S4 method for signature 'DelayedDataFrame'
extractCOLS(x, i)
## S4 method for signature 'DelayedDataFrame'
replaceCOLS(x, i, value)
## S4 method for signature 'DelayedDataFrame'
mergeROWS(x, i, value)
## S4 method for signature 'DelayedDataFrame,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]
|
x |
|
use.names |
|
... |
|
deparse.level |
See <e2><80><98>?base::cbind<e2><80><99> for a description of this argument. |
objects |
the |
ignore.mcols |
Logical. This argument is ignored for
|
check |
Logical. This argument is ignored for
|
i |
row subscript |
value |
the new values in the |
j |
col subscript |
drop |
if drop with reduced dimension, default is TRUE. |
colnames of DelayedDataFrame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.