Learn R Programming

NMproject (version 0.6.9)

system_nm_default: 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, ...)

Value

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

Arguments

cmd

Character. System call to be sent to the terminal.

...

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

See Also

system_nm(), run_nm()