R/stdpks.R

#' Load regularly used packages in a single step
#'
#' @param  none
#' @keywords packages workflow
#' @export

stdpks <- function() {
  sapply(c("dplyr", "ggplot2", "tidyr", "RODBC", "readxl"), require, character.only = T)
}
Smudgerville/SmudgeR documentation built on May 9, 2019, 1:48 p.m.