Start Application
1 |
... |
passed to runApp #' @export #' @rdname startApplication startApplication <- function() packageDir <- system.file(package = "Meaty") shiny::runApp( paste0(packageDir, "/app"), port = 3838, host = "0.0.0.0" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.