Learn R Programming

drake (version 3.0.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)