List Question
20 TechQA 2024-02-19T01:29:29.533000How can I use tidyselect to pass an array of symbols like pivot_longer?
68 views
Asked by Demetri Pananos
Using Dynamic Dots for Indirection in R / Tidyverse
63 views
Asked by Panko
Are there languages besides R that allow non-standard evaluation?
101 views
Asked by gabagool
Within a function that uses non-standard evaluation, check if the arguments are missing and whether a column exists
122 views
Asked by jdenn0514
combining predefined aesthetics (ggplot2)
154 views
Asked by r2evans
How to solve devtools::check() NOTE on Non standard evaluation of foreach iterator when writing R packages?
35 views
Asked by Doktorandahl
Is it possible to substitute into `i` element in data.table[i, j , by]
172 views
Asked by Jamie
Is it possible to get the original symbol name from an internally-called function?
145 views
Asked by DuckPyjamas
Concisely assign vector output of a function to multiple variables in dplyr
98 views
Asked by henhesu
Function not using conditional ensym() as expected
44 views
Asked by scott.pilgrim.vs.r
What mistake would trigger a diagnostic using this option in R Studio?
89 views
Asked by Bajcz
How to save an expression with multiplication to later call it?
94 views
Asked by Victor Nielsen
R eval(predvars, data, env) object not found by passing a pameter in a function
223 views
Asked by maxbre
dplyr::slice_max - Hand over order_by as calculated string
283 views
Asked by Timm S.
Why are my ... argmuments still evaluated despite me trying to defuse them?
94 views
Asked by Fredrik Nylén
How to replace the deprecated ggplot2 function aes_string: accepting an arbitrary number of named strings to specify aesthetic mappings?
6.5k views
Asked by David Barnett
Accessing an NSE in two function-levels in R
68 views
Asked by David T
Update lists elements programmatically looping through the lists names
29 views
Asked by GitHunter0
using lapply with list of arguments on dplyr functions that uses data masking
64 views
Asked by Niels Krarup
What effect does setting the attribute of a vector have in dplyr::summarize()?
100 views
Asked by const-ae