#' Set server address
#'
#' Sets the address of the server to which to connect.
#'
#' @param host Address of API server.
#' @export
#' @examples
#' setServer("https://mycompany.cellengine.com")
setServer <- function(host) {
host <- sub("/$", "", host)
pkg.env$baseURL <- host
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.