Nothing
.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)
))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.