Learn R Programming

drake (version 4.2.0)

default_system2_args: Internal function default_system2_args

Description

Internal function to configure arguments to system2() to run Makefiles. Not a user-side function.

Usage

default_system2_args(jobs, verbose)

Arguments

jobs

number of jobs

verbose

logical, whether to be verbose

Value

args for system2(command, args)

Examples

Run this code
# 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