R/s.R

#' @title QuickCommand
#'
#' @description Lquickly run shell commands
#' @param shell_command command to run
#' @keywords wd
#' @export
#' @examples
#' s('ls')

s <- function(shell_command){
  system(as.character(shell_command)
               )
}
chrisvacc/R.Toolshed documentation built on May 28, 2019, 8:59 p.m.