powered by
default_system2_args
Internal function to configure arguments to system2() to run Makefiles. Not a user-side function.
system2()
default_system2_args(jobs, verbose)
number of jobs
logical, whether to be verbose
args for system2(command, args)
args
system2(command, args)
# NOT RUN { default_system2_args(jobs = 2, verbose = FALSE) default_system2_args(jobs = 4, verbose = TRUE) # }
Run the code above in your browser using DataLab