View source: R/data.frame-handling.R
select_columns | R Documentation |
Wrapper around dplyr::select()
select_columns(
df,
keep = NULL,
contains = NULL,
matches = NULL,
starts.with = NULL,
ends.with = NULL,
negate = FALSE,
return = "tibble",
fdb.fn = "stop"
)
df |
A data.frame. |
keep |
Columns that have to be kept. |
contains , matches , starts.with , ends.with |
Character or NULL. If character
given to the respective tidyselect function as input for argument |
negate |
Logical value. If set to TRUE negates the regex input of the tidyselect input. |
Selected data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.