#' Start running servers
#'
#' @param pathToBrouterDir path to Brouter directory
#' @param noServers number of servers, defaults to 1
#'
#' @return none
#' @export
#'
#'
#' @examples
#'
startServers <- function(pathToBRouter=NULL, noServers=1){
oldwd <- getwd()
setwd(pathToBRouter)
shell.exec("wscript.sh")
setwd(oldwd)
print("--Servers started")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.