Sponsor of the Day:
Jerkmate
https://tidyselect.r-lib.org/reference/where.html
Select variables with a function — where • tidyselect
This selection helper selects the variables for which a function returns TRUE.
select variablesfunctiontidyselect
https://tidyselect.r-lib.org/reference/starts_with.html
Select variables that match a pattern — starts_with • tidyselect
These selection helpers match variables according to a given pattern. starts_with(): Starts with an exact prefix. ends_with(): Ends with an exact suffix....
select variablesmatchpatternstartstidyselect
https://tidyselect.r-lib.org/reference/all_of.html
Select variables from character vectors — all_of • tidyselect
These selection helpers select variables contained in a character vector. They are especially useful for programming with selecting functions. all_of() is for...
select variablescharactervectorstidyselect