#' launches the GPAReCalc app
#'
#' @export launchApp
#'
#' @return shiny application object
#'
#' @example \dontrun {launchApp()}
#'
#' @import shiny
#'
# wrapper for shiny::shinyApp()
launchApp <- function(x) {
shinyApp(ui = shinyAppUI, server = shinyAppServer, options = list(host=x, port=6271))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.