Learn R Programming

multiplyr (version 0.1.1)

Multiplyr-methods: Data access methods for Multiplyr

Description

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

Usage

"["(x, i, j, ..., drop = TRUE)
"["(x, i, j, ...) <- value
"as.data.frame"(x)
"dimnames"(x)
"names"(x)
"row.names"(x)

Arguments

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