R/domino.debug.R

Defines functions domino.debug

Documented in domino.debug

#' @title domino.debug
#' @name domino.debug
#' 
#' @description Shows Domino debug information.
#' @usage domino.debug()
#' 
#' @keywords debug
#' @export

domino.debug <- function() {
  domino.runCommand("--debug")
}

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.