Top "Tidyselect" questions

Questions about `r` package `tidyselect` used in many functions from the `tidyverse` packages

Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object

I'm having this error when trying to attach package tidyselect and when trying to call tidyselect::any_function. The error …

r dll unc tidyselect
dplyr::filter "No tidyselect variables were registered"

I am trying to filter specific rows of my tibble using the dplyr::filter() function. Here is part of my …

r regex dplyr tidyverse tidyselect
Mutate multiple variable to create multiple new variables

Let's say I have a tibble where I need to take multiple variables and mutate them into new multiple new …

r dplyr tidyverse tidyselect