#' @title Attach FHT Packages
#' @name lib_fht
#' @description Attach all packages relevant to FHT
#'
#' @examples
#' lib_fht()
#'
#' @export
lib_fht<- function() {
library(fs)
library(usethis)
library(skimr)
library(janitor)
library(naniar)
library(eeptools)
library(tidyverse)
library(stringr)
library(rlang)
library(magrittr)
library(lubridate)
library(glue)
library(readxl)
library(correlation)
library(corrr)
library(correlationfunnel)
library(corrr)
library(tidymodels)
library(vip)
library(broomExtra)
library(car)
library(stats)
library(lime)
library(plotly)
library(patchwork)
library(tidyquant)
library(GGally)
library(cowplot)
library(table1)
library(rmarkdown)
library(rstatix)
library(memor)
library(scales)
library(psych)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.