R/domino.diff.R

Defines functions domino.diff

Documented in domino.diff

#' @title domino.diff
#' @name domino.diff
#' @description Shows changes between your local version of project's data,
#' and the version uploaded to the Domino servers.
#' 
#' @usage domino.diff()
#' @keywords diff
#' 
#' @export

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

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.