R/domino.sync.R

Defines functions domino.sync

Documented in domino.sync

#' @title domino.sync
#' @name domino.sync
#' 
#' @description Synchronizes the local project copy with the server project 
#' copy, by running 'download' followed by 'upload'.
#' 
#' @usage domino.sync()
#' @keywords sync
#' 
#' @export

domino.sync <- function() {
  domino.runCommand("sync", domino.OK, "Synchronizing project data failed.")
}

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.