Allows a package to explicitly included in do.call()

do_call_with(what, args, ...)

Arguments

what

character. package name and function specified in explicit namespace notation (i.e. package::function).

args

list. Arguments passed to function parsed from what.

...

dots. Arguments passed to do.call().

Source

https://stackoverflow.com/questions/10022436/do-call-in-combination-with.

Details

None.