tidy

Tidy evaluation

Tidy evaluation… extended! This is an extension from a post I saw here. There are several instances when I want to be able to use unquoted variable names in a function to generate ouputs without having to quote the variable names. There are also instances when I need to use the quoted variable names. We’ll walk through some examples and how we need to set up code to do that.