Call a function with a list of arguments
do_call.Rd
Different from do.call
, this is a faster version, especially when there are
big objects in the list.
Usage
do_call(fn, args, quote = FALSE, envir = parent.frame())
do_call.Rd
Different from do.call
, this is a faster version, especially when there are
big objects in the list.
do_call(fn, args, quote = FALSE, envir = parent.frame())