Data access methods for Multiplyr
Get data
Set data
Coerce Multiplyr object to be a standard data.frame
List containing row and column names
Column names
Row names
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## S4 method for signature 'Multiplyr,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]
## S4 replacement method for signature 'Multiplyr,ANY,ANY'
x[i, j, ...] <- value
## S4 method for signature 'Multiplyr'
as.data.frame(x)
## S4 method for signature 'Multiplyr'
dimnames(x)
## S4 method for signature 'Multiplyr'
names(x)
## S4 method for signature 'Multiplyr'
row.names(x)
|
x |
Data frame |
i |
Rows |
j |
Columns |
... |
Additional parameters |
drop |
Logical: whether to reduce a 1 column data frame result to a vector |
value |
Value to set |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.