Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyselect

How to reconcile .data pronouns with rlang::enquo

r dplyr rlang tidyselect

How to select row/column variables starting with a particular set of characters (e.g., Q4) in R package expss?

r pivot-table expss tidyselect

Programming with dplyr: Renaming a column with variable using glue syntax

r dplyr rename rlang tidyselect

Since .key is deprecated how it is possible to rename the data column in nest()?

r dplyr tidyselect

Using eval_select inside of a nested function

r tidyeval tidyselect

Check if a tidyselect is NULL and if so, set a default tidyselect method

r rlang nse tidyselect

dplyr rowwise summarise by column, grouped by name

r dplyr grouping tidyselect

Excluding multiple columns based on unquote-splicing (!!!)

r tidyr tidyeval tidyselect

replace_na with tidyselect?

r tidyr tidyselect

Specify the dots argument when calling a tidyselect-using function without needing to specify the preceding arguments

r rlang tidyselect

dplyr::filter "No tidyselect variables were registered"

Mutate multiple variable to create multiple new variables

r dplyr tidyverse tidyselect

tidyselect changes how to refer an external vector of variable names in selecting functions in R

r tidyverse tidyselect

dplyr::select() with some variables that may not exist in the data frame?

r select dplyr nse tidyselect