Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

grabColNames

grab column names for subsetting crdfs


Description

Take a character, logical, or integer vector and return the appropriate names of the crdf to subset. Disallow logicals (in the case of [[ subsetting, to conform with data.frame methods)

Usage

grabColNames(x, j, allow_logical = TRUE)

Arguments

x

crdf to grab columns from

j

character, logical, or integer vector specifying the columns to grab

allow_logical

logical should logical subsetting be allowed? (default: TRUE)

Value

character names of the columns of the crdf to select


crunch

Crunch.io Data Tools

v1.28.0
LGPL (>= 3)
Authors
Greg Freedman Ellis [aut, cre], Jonathan Keane [aut], Mike Malecki [aut], Neal Richardson [aut], Gordon Shotwell [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.