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