tidyverse / tidyeval

A guide to tidy evaluation
https://tidyeval.tidyverse.org
55 stars 21 forks source link

"How to see what's going on" #3

Open jennybc opened 6 years ago

jennybc commented 6 years ago

I recommend that you gather all the "visibility", "printing", and "debugging" strategies in one place and make it very discoverable. One of my tidy eval learning challenges is that my usual tricks for play and inspection don't work and I can't easily remember the official strategies, like qq_show().

jennybc commented 6 years ago

I also feel like there are more tips that aren't about a specific function, but rather just a thing one can do while developing a function. I'll try to return here with specific examples, as I re-encounter them.

lionel- commented 5 years ago

Using browser() within tidy eval functions to discover the environment.

Could have some qq_show() mode that colourises bindings as a function of where they are found.