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