friendlyeval icon indicating copy to clipboard operation
friendlyeval copied to clipboard

A friendly interface to tidyeval/rlang that will excuse itself when you're done.

Results 7 friendlyeval issues
Sort by recently updated
recently updated
newest added

I'm not sure which of the packages is causing the error, but here is the error I receive when running the `filter_loudly` example in the readme. This is running on...

Thanks for the package. I found it useful for beginners to learn `rlang`, so why not include another add-in to replace `rlang` functions with their `friendlyeval` counterparts?

Since it seems like the example I had suggested (`filter_loudly`), while maybe a fun & useful function, was not the best for this particular use case maybe we can think...

Below is a `reprex`. The goal of function is to allow custom variables and functions for a `group_by()` + `summarise()`. In many `tidyeval` examples I see, authors used `...` as...

It would be nice to offer a transform at the file level for non-rstudio users. There is probably code that can be stolen from `deplearning`, `packup`, and `mmmisc` to piece...

This package is a great idea! One thought -- I found the function names a bit confusing and unwieldy. Here are some ideas: `bare_input` `bare_input_lhs` `bare_input_list` `string_input` `string_input_list` It seems...