system_nm_default: Default system_nm function

View source: R/NMproject-options.R

system_nm_defaultR Documentation

Default system_nm function

Description

[Stable]

Not intended to be used directly in most cases. This is called by system_nm()

Usage

system_nm_default(cmd, ...)

Arguments

cmd

Character. System call to be sent to the terminal.

...

Additional arguments to be passed to system() or shell().

Value

The return value of system() or shell() depending on the OS type.

See Also

system_nm(), run_nm()


NMproject documentation built on Sept. 30, 2022, 1:06 a.m.