Dasst-getter function

"[[" method for class Dasst

"[[" method for class Dasst

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

Arguments

  • x: An object of class Dasst.
  • i: An integer value. Position where values will be retrieved.

Returns

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

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.

Examples

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

See Also

[[<-

  • Maintainer: Homero Lozza
  • License: GPL (>= 2)
  • Last published: 2022-04-13

Useful links