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