#' Launch bdverse App Suite Launcher
#'
#' @import bddwc.app bdchecks.app bdclean shiny
#' @importFrom shiny runApp
#' @importFrom rstudioapi jobRunScript
#'
#' @examples
#'
#' if(interactive()){
#'
#' # Requires rstudio 1.2
#' bd_launcher()
#'
#' }
#'
#' @export
bdverse_app <- function(){
app_path <- system.file("shiny", package = "bdverse")
return(shiny::runApp(app_path, launch.browser = TRUE))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.