R/oceanexplorer-package.R

#' oceanexplorer
#'
#' This package allows easy exploration of the world ocean atlas of
#' the US agency National Oceanic and Atmospheric Administration (NOAA).
#' It includes functions to extract NetCDF data from the repository and code to
#' visualize several physical and chemical parameters of the ocean. A Shiny app
#' further allows interactive exploration of the data.
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @rawNamespace import(shiny, except = serverInfo)
## usethis namespace: end
NULL

## usethis namespace: start
#' @import miniUI
## usethis namespace: end
NULL

## usethis namespace: start
#' @import ncmeta
## usethis namespace: end
NULL

Try the oceanexplorer package in your browser

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

oceanexplorer documentation built on Oct. 17, 2023, 1:12 a.m.