Closed lmullen closed 8 years ago
What kinds of piping are actually likely to be used in practice? What kind of nesting is desirable?
At the moment piping works for at most one level.
Not going to implement piping. Anyone who wants to can do this easily enough with lapply() or purrr::map().
lapply()
purrr::map()
What kinds of piping are actually likely to be used in practice? What kind of nesting is desirable?
At the moment piping works for at most one level.