sub: Extract or Replace Parts of an Object

Description Usage Arguments

Description

Operators acting on vectors, matrices, arrays and lists to extract or replace parts.

Usage

1
"["(x, i, j, drop = if (missing(i)) TRUE else length(cols) == 1)

Arguments

x

object from which to extract element(s) or in which to replace element(s).

i, j

indices specifying elements to extract or replace. Indices are numeric or character vectors

drop

See drop.


agosiewska/AGmisc documentation built on May 4, 2019, 3:20 p.m.