R/atc_load.R

Defines functions atc_load

Documented in atc_load

#' Automatically load my most used packages
#' @description Add more packages to the body to facilitate loading of
#' multiple packages at the beginning of an R session
#' @export

atc_load <- function(){
  library(rstatix)
  library(tidyverse)
}
alixtc/atc.package documentation built on Dec. 19, 2021, 1:30 a.m.