getcol.foldert | R Documentation |
Select columns in all data frames of a foldert.
getcol.foldert(object, name)
object |
object of class |
name |
character vector. The names of the columns to be selected in each data frame of the foldert. |
A foldert with the same number of elements as object
. Its k^{th}
element is a data frame, and its columns are the columns of object[[k]]
given by name
.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
foldert
: object of class foldert
.
rmcol.foldert
: remove columns in all elements of a foldert.
getrow.foldert
: select rows in all elements of a foldert.
rmrow.foldert
: remove rows in all elements of a foldert.
data(floribundity)
ft0 <- foldert(floribundity, cols.select = "union")
getcol.foldert(ft0, c("rose", "variety"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.