gexclude {metasnf} | R Documentation |
Helper function to drop columns from a data frame by grepl search
Description
Helper function to drop columns from a data frame by grepl search
Usage
gexclude(x, pattern)
Arguments
x |
Data frame to drop columns from. |
pattern |
Pattern used to match columns to drop. |
Value
x without columns matching pattern.
[Package metasnf version 2.1.2 Index]