View source: R/crunch-data-frame.R
grabColNames | R Documentation |
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)
grabColNames(x, j, allow_logical = TRUE)
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) |
character names of the columns of the crdf to select
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.