Nothing
# load required shiny framework packages
# these should come with package so may not be needed
library(shinymgr)
library(learnr)
library(DBI)
# set knitr options
knitr::opts_chunk$set(echo = TRUE, class.source = "bg-success", error = TRUE, comment = '##')
# display.brewer.all(colorblindFriendly = TRUE)
palette <- "YlOrRd"
# set up raw directories and fresh database
shinymgr_setup(
parentPath = tempdir(),
demo = TRUE
)
db_path <- paste0(tempdir(), "/shinymgr/database/shinymgr.sqlite")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.