Extract: Extract or Replace Parts of dfplus Objects.

ExtractR Documentation

Extract or Replace Parts of dfplus Objects.

Description

Operators used to access to dfplus objects using the content of the slot data.

Usage

## S4 method for signature 'dfplus'
x$name
## S4 method for signature 'dfplus'
x[i, j, ..., drop=FALSE]

x$name <- value
x[i,j] <- value

Arguments

x

Object of class dfplus.

value

Vector with replacement values.

...

Further arguments passed to or from other methods.

name

A name to access (character vector or symbol).

i,j

Indices for access.

drop

A logical value passed to Extract.

Details

These methods were written for a quick access to the content of slot data in dfplus objects. For more details, see Extract.

Value

For access methods, a vector. For replacement methods, an object of class dfplus with modified variables.

Author(s)

Miguel Alvarez (malvarez@uni-bonn.de).

Examples

## Add example for this function

kamapu/dfplus documentation built on March 27, 2022, 4:10 a.m.