system_nm_default: Default system_nm function
Description
![[Stable]](figures/lifecycle-stable.svg?package=NMproject&version=0.6.9)
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()
.