[[ | R Documentation |
"[["
gets the contents of a table from an object
of class Dasst
.
x |
An object of class |
i |
An integer value. Position where values will be retrieved. |
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.
The values retrieved from the table at position i as
data.frame
.
[[<-
data(plantGrowth) class(plantGrowth[[1]]) plantGrowth[[1]] plantGrowth[[1]][1:10,]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.