R/control.R

#' @export
startWFS <- function(){

  ## is there a server running? start one if not

  ## is there a /wfs hooked in already? error if there is

  ## hook a wfs in
  
}

#' @export
stopWFS <- function(stopServer=FALSE){

  ## remove the wfs hook

  ## if stopServer, stop the server
 
}

#' @export
refreshWFS <- function(){

  ## error if WFS not running

  ## update list of spatial objects

}
barryrowlingson/rwfs documentation built on May 11, 2019, 8:30 p.m.