pkgs <- c(
"dashboardthemes",
"devtools",
"dplyr",
"lubridate",
"ggplot2",
"plotly",
"golem",
"pins",
"shiny",
"shinyjs",
"shinyWidgets",
"shinydashboard",
"shinydashboardPlus"
)
for (i in pkgs) {
library(i, character.only = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.