R/apex_libraries.R

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)
}

Try the dataCompare package in your browser

Any scripts or data that you put into this service are public.

dataCompare documentation built on Nov. 2, 2024, 9:06 a.m.