| calls_sys {styler} | R Documentation |
Invoke a system command
Description
Wraps a system command into shell() or system(), depending on the
operating system.
Usage
calls_sys(sys_call, ...)
Arguments
sys_call |
The call to be executed. |
... |
[Package styler version 1.10.3 Index]