colSelect2: Selection on a data.frame to keep the specified columns only

View source: R/selection-filtering.R

colSelect2R Documentation

Selection on a data.frame to keep the specified columns only

Description

Selection on a data.frame to keep the specified columns only

Usage

colSelect2(DF, IN, ...)

Arguments

DF

data.frame to filter

IN

names of the columns to be kept

...

other parameters (for base::grep)

Value

a filtered dataframe


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.