J-Moravec/robustSystem: Catch output from system2.

Base system2 enable to catch either exit code, stdout or stderr. Or both stdout and stderr output combined. In some situation, you would like to catch stderr or exit code and based on that process or not process stdout at all. This is solved by robust_system, which catch exit code, stdout and stderr independently and return them in list.

Getting started

Package details

Maintainer
LicenseGPL-3
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("J-Moravec/robustSystem")
J-Moravec/robustSystem documentation built on May 7, 2019, 6:46 a.m.