getrowfolder function

Select rows in all elements of a folder

Select rows in all elements of a folder

Select rows in all data frames of a folder.

getrow.folder(object, name)

Arguments

  • object: object of class folder that is a list of data frames with the same column names.
  • name: character vector. The names of the rows to be selected in each data frame of the folder.

Returns

A folder with the same number of elements as object. Its kthk^{th} element is a data frame, and its rows are the rows of object[[k]] given by name.

Author(s)

Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard

See Also

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.

Examples

data(iris) iris.fold <- as.folder(iris, "Species") getrow.folder(iris.fold, c(1:5, 51:55, 101:105))
  • Maintainer: Pierre Santagostini
  • License: GPL (>= 2)
  • Last published: 2024-11-22