#' Launch the shiny application for USA COVID19 data exploration
#'
#' @export
launch_app <- function(){
shiny::runApp(system.file("app", "app.R", package = "Covid19US"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.