rootdir <- dirname(rstudioapi::getSourceEditorContext()$path)
source(paste0(rootdir,"/UI.R"))
source(paste0(rootdir,"/server.R"))
shinyApp(
ui=viro_UI,
server=viro_server
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.