R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
  packageStartupMessage(
    {
      jnk = suppressWarnings(
        suppressMessages(
          capture.output(
            MODISoptions(
              save = TRUE
              , checkTools = TRUE
              , quiet = TRUE
              , checkWriteDrivers = FALSE
              , ask = FALSE
              , check_earthdata_login = FALSE
            )
          )
        )
      )
      
      return(invisible())
    }
  )
}

Try the MODIS package in your browser

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

MODIS documentation built on Jan. 6, 2023, 5:10 p.m.