collectivemedia/ssh.utils: Local and remote system commands with output and error capture.

This package provides utility functions for system command execution, both locally and remotely using ssh/scp. The command output is captured and provided to the caller. This functionality is intended to streamline calling shell commands from R, retrieving and using their output, while instrumenting the calls with appropriate error handling. NOTE: this first version is limited to unix with local and remote systems running bash as the default shell.

Getting started

Package details

AuthorSergei Izrailev
MaintainerSergei Izrailev <sizrailev@collective.com>
LicenseApache License (== 2.0)
Version1.0
URL http://github.com/collectivemedia/ssh.utils
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("collectivemedia/ssh.utils")
collectivemedia/ssh.utils documentation built on May 13, 2019, 9:54 p.m.