R/data-stockAssessmentData.R

#' Abundance, Catch, Fishing mortality, Recruitment for USA assessed stocks
#'
#' Stock assessment data for species found in waters of the USA. Data is provided for actively managed stocks of a federal Fisheries Management Plan (FMP). Stocks solely managed by US States are not provided.
#'
#' @format A data frame with n rows and m variables
#'
#' \describe{
#'   \item{StockName}{Species name and stock area for the assessed species}
#'   \item{Stockid}{Unique stock identifier}
#'   \item{Assessmentid}{Unique assessment identifier}
#'   \item{CommonName}{Common name for species}
#'   \item{ScientificName}{Scientific name for species}
#'   \item{ITIS}{Species ITIS Taxon Serial Number }
#'   \item{StockArea}{Stock Area: The region in which the species is assessed}
#'   \item{Year}{Year the data was collected/generated}
#'   \item{Value}{Value of \code{Metric}}
#'   \item{Metric}{Typeof metric: Abundance of species, Index of Biomass, Catch, Recruitment of juvenile individuals, Fmort - Fishing mortality}
#'   \item{Description}{Description of \code{Metric}}
#'   \item{Units}{Units of \code{Value}}
#'   \item{AssessmentYear}{Year of Assessment from which the data was obtained}
#'   \item{FMP}{Fisheries management plan species is managed under}
#'   \item{RegionalEcosystem}{The Regional Ecosystem wher stock is found. There are 8 ecosystems defined around the coastal margins of the United States}
#'   \item{Jurisdiction}{The Fishery Management Council or other group responsible for managing this stock}
#'   \item{AssessmentType}{Describes the level of assessment effort. For assessments completed prior to 2018
#'    :New, Benchmark, Full Update, Partial Update, for post 2018: Operational, Stock Monitoring Update, Research & Operational}
#'
#'
#' }
#'
#' @source \url{https://apps-st.fisheries.noaa.gov/stocksmart?app=homepage}
#'
#' @family stockAssessments
#'
#' @section Data download:
#'
#' The data were downloaded from [Stock SMART](https://apps-st.fisheries.noaa.gov/stocksmart?app=browse-by-stock) - Status, Management, Assessments & Resource Trends.
#'
#' For Manual download:
#'
#' 1. Click the "Download Data" module
#' 2. Select data to download (dropdown) -> Assessment Time Series Data
#' 3. Click Search Stocks button
#' 4. Click Select All Stocks button
#' 5. Click Select All Asmts button
#' 5. Click Download button
#' 6. Download all Parts
#'
#'
#'
"stockAssessmentData"
NOAA-EDAB/assessmentdata documentation built on Nov. 30, 2024, 8:48 p.m.