gselect {metasnf}R Documentation

Helper function to pick columns from a data frame by grepl search

Description

Helper function to pick columns from a data frame by grepl search

Usage

gselect(x, pattern)

Arguments

x

Data frame to select columns from.

pattern

Pattern used to match columns to select.

Value

x with only columns matching pattern.


[Package metasnf version 2.1.2 Index]