R/zzz.R

Defines functions .onAttach

#' @importFrom utils setTxtProgressBar txtProgressBar
#' @importFrom httr HEAD
#' @importFrom magrittr %>%

.onAttach <- function(libname, pkgname){
  packageStartupMessage(
    "Be sure to set the download folder using `prism_set_dl_dir()`."
  )
}

Try the prism package in your browser

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

prism documentation built on Oct. 18, 2023, 9:09 a.m.