dot-do_call_with: 'do.call()' with package namespace

Description Usage Arguments Details Source

Description

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

Usage

1

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().

Details

It's probably better to just use purrr::invoke(), since it does the same thing that this function was crated to do.

Source

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


aelhabr/teproj documentation built on June 18, 2020, 3:25 a.m.