#' run
#'
#' Function to launch Shiny Application.
#'
#' @export run
#'
#' @return Shiny application object
#'
#' @examples \dontrun{
#' library(argus)
#' argus::run()
#' }
#'
#' @import shiny
run <- function() {
shiny::runApp(system.file('app', package='argus'))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.