[[ {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 |
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,]
[Package Dasst version 0.3.4 Index]