#' Run embeds app
#'
#' @import shiny
#'
#' @export
run_embeds <- function(){
addResourcePath(
'www', system.file('app/www', package = 'coronavirus')
)
shinyApp(ui = embeds_ui, server = embeds_server)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.