qwertyqwertu 发表于 2018-5-23 00:15 
这个只能赋值到最开始的那个变量 可不可以把中间的结果赋值到某个变量里呢?
类似于使用%T>%可以实现中途 ...
楼主好象没有很好理解 magrittr 目标:
” The magrittr is a package with two aims: to decrease development time and to improve readability and maintainability of code. Or even shortr: to make your code smokin' (puff puff)!
想获得中间结果,其实很简单的:
一是,再开始一个新pipe; 二是 永远在数集tibble中操作,将中间结果作新变量,保存在数集中。