as.list,DelayedDataFrame-method | R Documentation |
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.
## 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 ‘?base::cbind’ 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.