drop_cols {metasnf} | R Documentation |
Helper function to remove columns from a data frame
Description
Helper function to remove columns from a data frame
Usage
drop_cols(x, cols)
Arguments
x |
A data frame |
cols |
Vector of column names to be removed |
Value
x without columns in cols
[Package metasnf version 2.1.2 Index]