| rmrow.folder | R Documentation |
Remove some rows in all data frames of a folder.
rmrow.folder(object, name)
object |
object of class |
name |
character vector. The names of the rows to be removed in each data frame of the folder. |
A folder with the same number of elements as object. Its k^{th} element is a data frame, and its rows are the rows of object[[k]], except those given by name.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
folder: object of class folder.
getrow.folder: select rows in all elements of a folder.
getcol.folder: select columns in all elements of a folder.
rmcol.folder: remove columns in all elements of a folder.
data(iris)
iris.fold <- as.folder(iris, "Species")
rmrow.folder(iris.fold, as.character(seq(1, 150, by = 2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.