#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.