R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  packageStartupMessage(paste0(crayon::black(" Due to potentially crashing (USGS Water Services) REST services \n parallel processing is kept to "), crayon::red(crayon::bold(" 120 requests/min. ")),crayon::black("\n Thank you!")))
}

Try the whitewater package in your browser

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

whitewater documentation built on April 3, 2023, 5:09 p.m.