Writing function using exec() instead of invoke() in R...
Read Moreavoid repeated unquoting in dplyr non standard evaluation...
Read MoreRunning code with reprex() and from console produces different result...
Read MoreHow do I pass a dynamic variable name created using enquo() to dplyr's mutate for evaluation?...
Read MoreUsing data.table and tidy eval together: why group by does not work as expected, why is ~ inserted?...
Read MoreIn R, how do I get an if statement to recognize if input in double curly brackets is a certain value...
Read MoreWhich rlang function should I use to evaluate a glue string as a variable name?...
Read Moregroup_by by a vector of characters using tidy evaluation semantics...
Read Moreusing purrr to map strings from dataframes...
Read MoreHow can I pass multiple functions to purrr::map (exec or invoke_map) when function uses enquo column...
Read MorePass a variable to .x$ in a formula of a map function...
Read Morereplacing list element of character(0) with NA by using is_empty()...
Read MoreWhat if I want to use embracing operator with `starts_with()`?...
Read MoreMutating columns with reduce2 and rlang...
Read MoreR: Use real lon/lat values at x and y axis...
Read Moreusing quasiquotation in a function with summarize in dplyr...
Read MoreDynamically named dots passed to lapply...
Read MoreDynamic variables names in dplyr function across multiple columns...
Read MoreFunctions dplyr with rlang::last_error() in purrr::map loop in r...
Read MoreHow do you filter by passing a string as a column name in a user-defined function?...
Read MoreUsing an rlang alternative to eval in R...
Read MoreHow to undo ensym and specify the environment for a function within a function?...
Read Moreusing `!!` without attaching `rlang`...
Read MoreInject Expression from One Environment and Evaluate in Another...
Read MoreUsing pivot_wider in a function with named variable from function argument...
Read MoreDeclaring a sym without backticks in rlang...
Read MoreR How to check that a custom function is called within a specific function from a certain package...
Read MoreHow do we refer to a dataframe column with an interaction term using a string variable?...
Read More