Search code examples
Writing function using exec() instead of invoke() in R...


rfunctiontidyverseevalrlang

Read More
avoid repeated unquoting in dplyr non standard evaluation...


rdplyrrlangnon-standard-evaluation

Read More
Running code with reprex() and from console produces different result...


rdplyrlazy-evaluationrlang

Read More
How do I pass a dynamic variable name created using enquo() to dplyr's mutate for evaluation?...


rdplyrrlangquosure

Read More
Using data.table and tidy eval together: why group by does not work as expected, why is ~ inserted?...


rdata.tablerlangtidyeval

Read More
In R, how do I get an if statement to recognize if input in double curly brackets is a certain value...


rrlangcurly-braces

Read More
Which rlang function should I use to evaluate a glue string as a variable name?...


rdplyrrlangr-glue

Read More
group_by by a vector of characters using tidy evaluation semantics...


rdplyrrlangnse

Read More
using purrr to map strings from dataframes...


rtidyversepurrrrlang

Read More
How can I pass multiple functions to purrr::map (exec or invoke_map) when function uses enquo column...


rpurrrrlang

Read More
Pass a variable to .x$ in a formula of a map function...


rtidyverserlang

Read More
replacing list element of character(0) with NA by using is_empty()...


rtidyrpurrrrlang

Read More
What if I want to use embracing operator with `starts_with()`?...


rdplyrtidyverserlangcurly-braces

Read More
Mutating columns with reduce2 and rlang...


rpurrrrlang

Read More
R: Use real lon/lat values at x and y axis...


rggplot2data-visualizationgeospatialrlang

Read More
using quasiquotation in a function with summarize in dplyr...


rdplyrrlangquasiquotes

Read More
Dynamically named dots passed to lapply...


rrlang

Read More
Dynamic variables names in dplyr function across multiple columns...


rdplyrrlangtidyevalr-glue

Read More
Functions dplyr with rlang::last_error() in purrr::map loop in r...


listdplyrdata-manipulationr-sfrlang

Read More
How do you filter by passing a string as a column name in a user-defined function?...


rfunctiondplyrrlangcurly-braces

Read More
Using an rlang alternative to eval in R...


rdataframefunctiondplyrrlang

Read More
How to undo ensym and specify the environment for a function within a function?...


rrlang

Read More
using `!!` without attaching `rlang`...


rggplot2r-packagerlang

Read More
Inject Expression from One Environment and Evaluate in Another...


rrlangtidyeval

Read More
Arrange function in dplyr 0.7.1...


rdplyrtidyverserlangtidyeval

Read More
Using pivot_wider in a function with named variable from function argument...


rtidyversetidyrrlang

Read More
Declaring a sym without backticks in rlang...


rrlang

Read More
R How to check that a custom function is called within a specific function from a certain package...


rfunctiondplyrcallstackrlang

Read More
R package updates...


rrlang

Read More
How do we refer to a dataframe column with an interaction term using a string variable?...


rdplyrregressionrlang

Read More
BackNext