R/domino.status.R

Defines functions domino.status

Documented in domino.status

#' @title domino.status
#' @name domino.status
#' 
#' @description Shows status of current Domino project.
#' @usage domino.status(...)
#' 
#' @param ... Arguments normally passed to the domino status command.
#' 
#' @keywords status
#' @export

domino.status <- function(...) {
  cmd = paste("status", ...)
  domino.runCommand(cmd, domino.OK)
}

Try the domino package in your browser

Any scripts or data that you put into this service are public.

domino documentation built on May 2, 2019, 10:16 a.m.