getrow.folder | R Documentation |
Select rows in all data frames of a folder.
getrow.folder(object, name)
object |
object of class |
name |
character vector. The names of the rows to be selected 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]]
given by name
.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
folder
: object of class folder
.
rmrow.folder
: remove rows in all elements of a folder.
getcol.folder
: select rows in all elements of a folder.
rmcol.folder
: remove rows in all elements of a folder.
data(iris)
iris.fold <- as.folder(iris, "Species")
getrow.folder(iris.fold, c(1:5, 51:55, 101:105))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.