powered by
Wrap the source for an exprssion as a function.
wrapfn(fn, arg_name = ".", args = list())
function.
characer, name of argument to assign.
named list of adittional arguments and values.
PartialFunction
pkgfn, fnlist, srcfn
pkgfn
fnlist
srcfn
# NOT RUN { f <- wrapfn(sin, "x") cat(format(f)) 1:3 %.>% f # }
Run the code above in your browser using DataLab