magrittr and wrapr Pipes in R, an Examination

Win-Vector Blog 2018-04-06

Summary:

Let’s consider piping in R both using the magrittr package and using the wrapr package. magrittr pipelines The magittr pipe glyph “%>%” is the most popular piping symbol in R. magrittr documentation describes %>% as follow. Basic piping: x %>% f is equivalent to f(x) x %>% f(y) is equivalent to f(x, y) x %>% … Continue reading magrittr and wrapr Pipes in R, an Examination

Link:

http://www.win-vector.com/blog/2018/04/magrittr-and-wrapr-pipes-in-r-an-examination/

From feeds:

Statistics and Visualization » Win-Vector Blog

Tags:

Authors:

John Mount

Date tagged:

04/06/2018, 22:17

Date published:

04/06/2018, 13:13