#' Shiny App launcher
#' @export
Launcher = function(x, ...){
shiny::runApp(appDir = system.file("shiny-app",package='ColocalizR'),launch.browser=T,...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.