Default callr
arguments for the callr_arguments
argument of tar_make()
and related functions.
Arguments
- callr_function
A function from the
callr
package that starts an external R process.- reporter
Character of length 1, choice of reporter for
tar_make()
or a related function.
Examples
tar_callr_args_default(callr::r)
#> $spinner
#> [1] TRUE
#>