R/amlrOceo-package.R

#' amlrOceo: A to to analyze and visualize data from the AMLR_OCEO database
#'
#' TODO: This package contains a Shiny app that connects to the AMLR_PINNIPEDS database,
#'   and allows users to analyze and visualize data from said database.
#'   This can be done manually in R, or using the built-in R Shiny app opened through todo
#'
#' @name amlrOceo-package
#' @aliases amlrOceo
#' @docType package
#' @title AMLR Krill and Oceanographic Program data processing and analysis
#' @author Sam Woodman \email{sam.woodman@@noaa.gov}
#'
#' @import amlrDatabases
#' @import dplyr
#' @import shiny
#'
#' @importFrom rlang .data 
#' @importFrom shinydashboard box 
#' @importFrom tidyr replace_na
#' @importFrom utils write.csv
#'
#' @keywords package
NULL
smwoodman/amlrOceo documentation built on Dec. 23, 2021, 3:27 a.m.