How to reference objects in a different environment inside a formula...
Read MoreR dplyr programatically identify column...
Read MoreAccessing an NSE in two function-levels in R...
Read MoreHow to define the RHS of case_when() with existing and newly defined columns passed as arguments in ...
Read MoreHow to use a variable to specify column name in ggplot...
Read Moreinject() function from rlang package cannot work with Predict() function from rms package in R...
Read MoreDplyr, Non-standard evaluation and Walrus operator and curly-curly...
Read MoreDisambiguating a variable name in a function when a column with the same name as the variable exists...
Read Moregroup_by by a vector of characters using tidy evaluation semantics...
Read MoreHow to use dplyr NSE inside an if condition inside a function?...
Read MoreHow to refer to an argument as character in dplyr filter inside a function...
Read Morepaste()ing columns whose names are stored in a variable...
Read MoreHow do I correctly use the env variable for data.tables within a function...
Read MoreGiven an expression of the form `fn(NULL)` how do I replace the null with `lhs=rhs`?...
Read Moreevaluate string expression in ggplot...
Read Moredplyr::select() with some variables that may not exist in the data frame?...
Read MoreForce-evaluate function argument in order to "trick" substitute()?...
Read MoreHow to run an arbitrary expression in an environment, storing all results in the environment?...
Read MoreHow is {rlang}'s 'curly-curly' operator `{{` implemented?...
Read MoreR function that works with NSE and Shiny Inputs...
Read Morehow to rename a variable using a dynamic name and dplyr?...
Read MoreNon standard evaluation in dplyr: how do you indirect a function's multiple arguments?...
Read Morehow to use rlang::as_string() inside of a function?...
Read MoreCheck if a tidyselect is NULL and if so, set a default tidyselect method...
Read MoreR: hard code the content of a variable inside a function...
Read MoreUnderstanding assignment when using rlang::eval_tidy...
Read MoreNon standard evaluation does not work: Error in h(simpleError(msg, call))...
Read More