Dasst-getter: "[[" method for class Dasst

[[R Documentation

"[[" method for class Dasst

Description

"[[" gets the contents of a table from an object of class Dasst.

Arguments

x

An object of class Dasst.

i

An integer value. Position where values will be retrieved.

Details

This method gets the contents of the selected table stored in an object of class Dasst. Tables are internally stored and retrieved as data.frame. Rules for subset can be applied.

Value

The values retrieved from the table at position i as data.frame.

See Also

[[<-

Examples

data(plantGrowth)
class(plantGrowth[[1]])
plantGrowth[[1]]
plantGrowth[[1]][1:10,]

Dasst documentation built on April 14, 2022, 1:07 a.m.