5 Big Ideas Behind Tidy Evaluation

Ever wondered, how easy it is to write dataframe manipulation code without repeating yourself while using dplyr ? For example, if you are filtering a dataframe, you simply write instead of writing like this where you need to refer the dataframe multiple times and use “$” to access variables in the dataframe. The reason why… Continue reading 5 Big Ideas Behind Tidy Evaluation