R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  if (!interactive()) {
    return(invisible())
  }
  packageStartupMessage(
    "Note: For large downloads, see alternative data\n",
    "      access options at https://obis.org/data/access/\n",
    "      (including GeoParquet on AWS Open Data)."
  )
}

Try the robis package in your browser

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

robis documentation built on July 25, 2026, 1:07 a.m.