-
Should be able to reduce functions by 50%. Deprecate old NSE functions.
-
aka why R can't have nice things ...
```
iris %>% view(filter_l(.[names(.)[1]] > 7))
```
-
I'm finding tidyeval to be very limiting with use with rdeck. The current use case is this:
I have a set of polygons that I want to visualize with with rdeck. The elevation will be associated with…
-
The current interface for defining aesthetics using metadata columns requires a string giving the name of the column (e.g. `node_AES`) and a string giving the name of a function to summarise samples i…
-
-
Perf has 3-4x slowdown due to validate_tibble and as_environment in as_slide_computation. To address later.
See [here](https://github.com/cmu-delphi/epiprocess/pull/477#issuecomment-2364175220).
-
Spinning off from #14, I think that it makes sense to use tidyeval when necessary for pattern as well as data objects, so that the following behaviors are equivalent:
``` r
library(dplyr)
library…
-
Once I figure out tidyeval (https://speakerdeck.com/lionelhenry/programming-in-the-tidyverse), make this much simpler
-
just posting this here so we dont forget @joshualerickson ....
want to add some flexibility to `summarise` with tidyeval.
We can use this page to add some examples and ideas
-
https://github.com/hadley/adv-r/blob/dc49c3872c3530ac08716fd4f4c235b01266a4ce/Meta.Rmd#L15
> I recommend the tidy evaluation book at https://tidyeval.tidyverse.org/.