.getColumns.bexy {bexy} | R Documentation |
Function to extract specific columns from a data frame or matrix
Description
Function to extract specific columns from a data frame or matrix
Usage
.getColumns.bexy(what, name)
Arguments
what |
A matrix or data frame |
name |
The name of the parameter to extract. |
Value
A subset of the matrix or data frame containing only the columns whose names match the argument 'name'
[Package bexy version 0.1.3 Index]