Learn R Programming

ddR (version 0.1.2)

[: Extract parts of a distributed object.

Description

Extract parts of a distributed object.

Usage

"["(x, i, j,...,drop=TRUE)

Arguments

x
The distributed object to get the parts of.
i
The row index or indices to extract with.
j
The column index or indices to extract with.
...
Other args.
drop
If TRUE, vectorizable results will become vectors.