dplyr.tidyverse.org/reference/select.html
Preview meta tags from the dplyr.tidyverse.org website.
Linked Hostnames
13- 7 links towww.tidyverse.org
- 5 links togithub.com
- 4 links totidyselect.r-lib.org
- 2 links tordrr.io
- 1 link todbplyr.tidyverse.org
- 1 link tohadley.nz
- 1 link tokrlmlr.info
- 1 link tomagrittr.tidyverse.org
Thumbnail

Search Engine Appearance
Keep or drop columns using their names and types — select
Select (and optionally rename) variables in a data frame, using a concise mini-language that makes it easy to refer to variables based on their name (e.g. a:f selects all columns from a on the left to f on the right) or type (e.g. where(is.numeric) selects all numeric columns). Overview of selection features Tidyverse selections implement a dialect of R where operators make it easy to select variables: : for selecting a range of consecutive variables. ! for taking the complement of a set of variables. & and | for selecting the intersection or the union of two sets of variables. c() for combining selections. In addition, you can use selection helpers. Some helpers select specific columns: everything(): Matches all variables. last_col(): Select last variable, possibly with an offset. group_cols(): Select all grouping columns. Other helpers select variables by matching patterns in their names: starts_with(): Starts with a prefix. ends_with(): Ends with a suffix. contains(): Contains a literal string. matches(): Matches a regular expression. num_range(): Matches a numerical range like x01, x02, x03. Or from variables stored in a character vector: all_of(): Matches variable names in a character vector. All names must be present, otherwise an out-of-bounds error is thrown. any_of(): Same as all_of(), except that no error is thrown for names that don't exist. Or using a predicate function: where(): Applies a function to all variables and selects those for which the function returns TRUE.
Bing
Keep or drop columns using their names and types — select
Select (and optionally rename) variables in a data frame, using a concise mini-language that makes it easy to refer to variables based on their name (e.g. a:f selects all columns from a on the left to f on the right) or type (e.g. where(is.numeric) selects all numeric columns). Overview of selection features Tidyverse selections implement a dialect of R where operators make it easy to select variables: : for selecting a range of consecutive variables. ! for taking the complement of a set of variables. & and | for selecting the intersection or the union of two sets of variables. c() for combining selections. In addition, you can use selection helpers. Some helpers select specific columns: everything(): Matches all variables. last_col(): Select last variable, possibly with an offset. group_cols(): Select all grouping columns. Other helpers select variables by matching patterns in their names: starts_with(): Starts with a prefix. ends_with(): Ends with a suffix. contains(): Contains a literal string. matches(): Matches a regular expression. num_range(): Matches a numerical range like x01, x02, x03. Or from variables stored in a character vector: all_of(): Matches variable names in a character vector. All names must be present, otherwise an out-of-bounds error is thrown. any_of(): Same as all_of(), except that no error is thrown for names that don't exist. Or using a predicate function: where(): Applies a function to all variables and selects those for which the function returns TRUE.
DuckDuckGo
Keep or drop columns using their names and types — select
Select (and optionally rename) variables in a data frame, using a concise mini-language that makes it easy to refer to variables based on their name (e.g. a:f selects all columns from a on the left to f on the right) or type (e.g. where(is.numeric) selects all numeric columns). Overview of selection features Tidyverse selections implement a dialect of R where operators make it easy to select variables: : for selecting a range of consecutive variables. ! for taking the complement of a set of variables. & and | for selecting the intersection or the union of two sets of variables. c() for combining selections. In addition, you can use selection helpers. Some helpers select specific columns: everything(): Matches all variables. last_col(): Select last variable, possibly with an offset. group_cols(): Select all grouping columns. Other helpers select variables by matching patterns in their names: starts_with(): Starts with a prefix. ends_with(): Ends with a suffix. contains(): Contains a literal string. matches(): Matches a regular expression. num_range(): Matches a numerical range like x01, x02, x03. Or from variables stored in a character vector: all_of(): Matches variable names in a character vector. All names must be present, otherwise an out-of-bounds error is thrown. any_of(): Same as all_of(), except that no error is thrown for names that don't exist. Or using a predicate function: where(): Applies a function to all variables and selects those for which the function returns TRUE.
General Meta Tags
7- titleKeep or drop columns using their names and types — select • dplyr
- Content-Typetext/html; charset=UTF-8
- charsetutf-8
- X-UA-CompatibleIE=edge
- viewportwidth=device-width, initial-scale=1, shrink-to-fit=no
Open Graph Meta Tags
3- og:titleKeep or drop columns using their names and types — select
- og:descriptionSelect (and optionally rename) variables in a data frame, using a concise mini-language that makes it easy to refer to variables based on their name (e.g. a:f selects all columns from a on the left to f on the right) or type (e.g. where(is.numeric) selects all numeric columns). Overview of selection features Tidyverse selections implement a dialect of R where operators make it easy to select variables: : for selecting a range of consecutive variables. ! for taking the complement of a set of variables. & and | for selecting the intersection or the union of two sets of variables. c() for combining selections. In addition, you can use selection helpers. Some helpers select specific columns: everything(): Matches all variables. last_col(): Select last variable, possibly with an offset. group_cols(): Select all grouping columns. Other helpers select variables by matching patterns in their names: starts_with(): Starts with a prefix. ends_with(): Ends with a suffix. contains(): Contains a literal string. matches(): Matches a regular expression. num_range(): Matches a numerical range like x01, x02, x03. Or from variables stored in a character vector: all_of(): Matches variable names in a character vector. All names must be present, otherwise an out-of-bounds error is thrown. any_of(): Same as all_of(), except that no error is thrown for names that don't exist. Or using a predicate function: where(): Applies a function to all variables and selects those for which the function returns TRUE.
- og:imagehttps://dplyr.tidyverse.org/logo.png
Link Tags
10- apple-touch-icon../apple-touch-icon.png
- icon../favicon-96x96.png
- icon../favicon.svg
- icon../favicon.ico
- manifest../site.webmanifest
Links
27- https://dbplyr.tidyverse.org/reference/select.tbl_lazy.html
- https://github.com/DavisVaughan
- https://github.com/lionel-
- https://github.com/romainfrancois
- https://github.com/tidyverse/dplyr