powered by
Unary functions are evaluated in left to right or first to last order.
fnlist(...)
UnaryFn derived instances.
UnaryFnList
pkgfn, wrapfn, srcfn
pkgfn
wrapfn
srcfn
# NOT RUN { f <- fnlist(pkgfn("base::sin", "x"), pkgfn("base::cos", "x")) cat(format(f)) 1:3 %.>% f # }
Run the code above in your browser using DataLab