R/print.R

#' Invokes a command object as an OS command.
#' @param cmd
#'    a command object
#' @return
#'    result of the command
#' @export
print.command <- system

#' Prints nothing.
#' This function is used for a comman that takes parameters
#' @export
print.dev.null <- function(...) {}
kos59125/RaaS documentation built on May 20, 2019, 1:08 p.m.