drake (version 6.2.1)

default_system2_args: Deprecated function default_system2_args

Description

Use default_Makefile_args() instead.

Usage

default_system2_args(jobs, verbose)

Arguments

jobs

number of jobs

verbose

logical, whether to be verbose

Value

args for system2(command, args)

Details

Deprecated on 2017-10.

See Also

default_Makefile_args()

Examples

Run this code
# NOT RUN {
# See ?default_Makefile_args for examples.
# }

Run the code above in your browser using DataCamp Workspace