Nothing
pkgs <- c(
"devtools",
"dplyr",
"lubridate",
"golem",
"pins",
"shiny",
"shinyjs",
"shinyWidgets",
"shinydashboard",
"shinydashboardPlus",
"skimr",
"vroom",
"DT",
"data.table",
"arsenal",
"utils",
"htmltools"
)
for (i in pkgs) {
library(i, character.only = TRUE)
}
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.