R/zzz.R

Defines functions .onLoad .onAttach

.onAttach <- function(libname, pkgname){
  packageStartupMessage("This version of IPEDSuploadables has been updated for \nthe 2024-2025 reporting cycle.\nIf you are in a later cycle or want to capture any bug fixes,\nplease update the package.")
}

.onLoad <- function(libname, pkgname) {
  invisible(suppressPackageStartupMessages(
    sapply(c("dplyr", "lubridate", "lifecycle", "magrittr", "purrr",
             "rlang", "stringr", "tidyr", "utils", "svDialogs"),
           requireNamespace, quietly = TRUE)
  ))
}

Try the IPEDSuploadables package in your browser

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

IPEDSuploadables documentation built on April 3, 2025, 9:36 p.m.