calls_sys: Invoke a system command

View source: R/utils.R

calls_sysR 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.

...

Arguments passed to shell() or system().


styler documentation built on Aug. 29, 2023, 5:10 p.m.