status | R Documentation |
Status of data entries, defined by FAO (2025).
status
Data frame containing four columns:
status | status code |
status_name | status name |
status_description | short name |
alternate | unit multiplier |
This data frame contains the full set of 16 data records from the FishStat Symbols data table. Column names have been simplified to facilitate quick exploration and plotting in R.
FAO (2025). Global Production. Fisheries and Aquaculture Division. Rome.
https://www.fao.org/fishery/en/collection/global_production
aquaculture
and capture
data are also
available in a combined production
format.
area
, country
, environment
,
measure
, source
, species
, and
status
are lookup tables.
fishstat-package
gives an overview of the package.
head(status, 3)
# Aquaculture data entries
# Percentage that have official status, estimated, and negligible
100 * proportions(table(aquaculture$status))
# Capture data entries
# Percentage that have official status, estimated, and negligible
100 * proportions(table(capture$status))
# Examine one status definition
print.simple.list(status[status$status=="N",])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.