How can you make tidyverse functions that support both quoted and unquoted arguments?...
Read MoreR pass "blank" or "missing" arguments to package function with if else statement...
Read MoreUse quoted parameter as variable name for closure instantiation?...
Read MoreDynamically insert variables into a fable model using rlang...
Read Morerlang, fpp3 R package: Error: `vars` must be a character vector upon calling aggregate_key()...
Read Moredata pronoun doesn't work with dplyr::lst()?...
Read Morerlang - get the class of an object passed as a string, rather than the string itself or the quo...
Read MoreHow to update function signature after modification with rlang::fn_fmls?...
Read MoreHow to get case_when in dplyr accept conditions from character...
Read MoreSpecify the dots argument when calling a tidyselect-using function without needing to specify the pr...
Read Morehow to parse symbol's value instead of symbol' name...
Read MoreDynamically construct function calls with varying arguments using dplyr and NSE...
Read MoreGiving user defined functions non-quoted arguments in purrr...
Read MoreHow to initialize a variable with a tidyselect helper?...
Read MoreHow to remove NA from deprecate_stop() message...
Read MoreError: package or namespace load failed for ‘tidyverse’ in library.dynam(lib, package, package.lib):...
Read MoreHow to test if a variable holds a lambda-function?...
Read MoreHow to quote and unquote a variable into a function and iterate over a dataframe...
Read MoreUsing formulas with aliases to perform multi-column operations...
Read MoreExporting values passed to enquos as string of format name1,name2, nameN,...
Read Morebase R substitute names of the arguments to function call...
Read More(R) Error when trying to load the SQLDF package...
Read MoreMimicking a secondary tidy dots argument in an R function...
Read MoreHow to use purrr:map() and rlang to emulate a pipe chain...
Read MoreAdding dataset and column arguments into a function from a named vector -rlang question...
Read Moreusing quasiquotation in functions with formula interface...
Read MoreR Pass Variables into a custom function purrr...
Read MoreHow can I use NSE and filter an expression using ... (ellipsis)?...
Read MoreUnderstanding when to use ensym, sym vs enquo in a function...
Read More