R4DS Ch. 18
%>%
{magrittr}
pipe operator
%<>%
{magrittr}
assignment pipe
%T>%
{magrittr}
tee pipe
%$%
{magrittr}
exposition pipe
The end!