package <- function() {
#----- Other
# library(ROCR)
# library(foreach)
# library(MASS)
# library(car)
# library(data.table)
# library(doParallel)
#----- Modelling
# library(xgboost)
# library(dummies)
# library(caret)
#----- Base
library(tidyverse)
library(googledrive)
# library(googlesheets)
library(googlesheets4)
library(lubridate)
library(zoo)
library(plotly)
# library(RODBC)
library(extrafont)
library(readxl)
library(writexl)
library(jsonlite)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.