R How to use curly curly with filter or filter_?...
Read MoreUsing mutate with map2 and exec instead of invoke_map...
Read MoreData frame creation with dynamically assigned variable names...
Read MoreRetain comments inside R expression...
Read MoreWhat is the base equivalent of rlang::flatten()?...
Read MorePass a list of vectors of arguments as quosures to a function with purrr and rlang...
Read Moremutate and/or summarise a dynamic number of columns...
Read Moremutate a variable with curly-curly...
Read MoreOnly strings can be converted to symbols within a function in R...
Read Moreglue and rlang: how to tunnel data-variables within a glue string?...
Read Morecurly curly tidy evaluation programming with multiple inputs and custom function across columns...
Read Morerlang: refer var in the tidyr unite function...
Read MoreTidyeval in a non-quasiquotation context (psych::describeBy(group))...
Read MoreUsing quosure inside ggplot function annotate...
Read MorePassing a data frame as a function argument, but using its name as a string in the call to the funct...
Read MoreWhat is the "embracing operator" `{{ }}`?...
Read MoreWhat is the difference between sym() and parse_expr() in the rlang package?...
Read MoreTidy Eval: Using {{var}} inside a nesting function not possible?...
Read MoreHow do I pipe into or include an additional argument within a list of quosures?...
Read More(tidy, glance, augment) with exec...
Read MoreEvaluating ... when other function arguments are NULL by default...
Read MoreR wrap function call into another call without using string manipulation...
Read MoreHow to apply multiple columns to make a summary list of dataframes in R...
Read MoreWhat does dataset %>% rename(!!vars) mean in R?...
Read MoreFrom purrr::invoke_map to rlang::exec (translate behavior)...
Read MoreHow to pass a filter statement as a function parameter in dplyr using quosure...
Read MoreCreate dplyr statements to later be evaluated in R...
Read More