do.call()
with package namespacedo_call_with.Rd
Allows a package to explicitly included in do.call()
do_call_with(what, args, ...)
what | character. package name and function specified in explicit
namespace notation (i.e. |
---|---|
args | list. Arguments passed to function parsed from |
... | dots. Arguments passed to |
https://stackoverflow.com/questions/10022436/do-call-in-combination-with.
None.