R/domino.reset.R

Defines functions domino.reset

Documented in domino.reset

#' @title domino.reset
#' @name domino.reset
#' 
#' @description Resets Domino project.
#' 
#' @usage domino.reset()
#' @keywords reset
#' @export

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

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.