rmcol.foldert {dad} | R Documentation |
Remove cols in all elements of a foldert
Description
Remove some columns in all data frames of a foldert.
Usage
rmcol.foldert(object, name)
Arguments
object |
object of class |
name |
character vector. The names of the columns to be removed in each data frame of the foldert. |
Value
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]]
, except those given by name
.
Author(s)
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
See Also
foldert
: object of class foldert
.
getcol.foldert
: select columns in all elements of a foldert.
getrow.foldert
: get rows in all elements of a foldert.
rmrow.foldert
: remove rows in all elements of a foldert.
Examples
data(floribundity)
ft0 <- foldert(floribundity, cols.select = "union", rows.select = "union")
ft0
rmcol.foldert(ft0, c("area"))
[Package dad version 4.1.2 Index]