Simple tricks for Debugging Pipes (within magrittr, base R or ggplot2)

You know it, I’m sure: You are developing a data transformation using lots of pipes. Then you need to remove one or more lines. You do this using comments. So far so good. But if it’s the last line you want to remove a simple comment will produce ... The post Simple tricks for Debugging Pipes (within magrittr, base R or ggplot2) first appeared on R-bloggers.
http://dlvr.it/S1Chx4

تعليقات

المشاركات الشائعة من هذه المدونة

How to add R {magrittr}’s %>% Pipe Operator in VSCode as Keyboard Shortcut