Description Usage Arguments Value
Return a subset of columns for a matrix or data frame
1 | SubsetColumn(data, code, invert = FALSE)
|
data |
Matrix or data frame with column names |
code |
Pattern for matching within column names |
invert |
Invert the search? |
Returns a subset of data. If invert = TRUE, returns data where colnames do not contain code, otherwise returns data where colnames contain code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.