Top "Rlang" questions

rlang is an R package for creating tidy evaluation interfaces and manipulating language and environment objects.

Use variable names in functions of dplyr

I want to use variable names as strings in functions of dplyr. See the example below: df <- data.…

r dplyr r-faq rlang
ggplot2 fails to load, with 'rlang' package error

This is the error message: Error: package or namespace load failed for ‘ggplot2’ in loadNamespace(i, c(lib.loc, .libPaths()), …

r ggplot2 rlang
Defunct as of rlang 0.3.0 and mutate_impl

I am trying to use the following function but every time I do, I receive the error below. I tried …

r rlang
R package updates

I have been having some issues accessing an updated version of a package in R. On running a workflow for …

r rlang