data/fields.R

## field groupings:
species_fields <- list(
  id      = c("SpecCode",
              "Genus",
              "Species",
              "FBname"),
  habitat = c("Fresh",
              "Brack",
              "Saltwater",
              "DemersPelag",
              "AnaCat"),
  longevity = c("LongevityWild",
              "LongevityCaptive",
              "Vulnerability"),
  depth   = c("DepthRangeShallow",
              "DepthRangeDeep",
              "DepthRangeComShallow",
              "DepthRangeComDeep"),
  morph   = c("Length",
              "LTypeMaxM",
              "LengthFemale",
              "LTypeMaxF",
              "CommonLength",
              "LTypeComM",
              "CommonLengthF",
              "LTypeComF",
              "Weight",
              "WeightFemale"),
  fishing = c("Importance",
              "PriceCateg",
              "PriceReliability",
              "LandingStatistics",
              "Landings",
              "MainCatchingMethod",
              "MSeines",
              "MGillnets",
              "MCastnets",
              "MTraps",
              "MSpears",
              "MTrawls",
              "MDredges",
              "MLiftnets",
              "MHooksLines",
              "MOther",
              "UsedforAquaculture",
              "LifeCycle",
              "UsedasBait",
              "Aquarium",
              "GameFish"),
  misc    = c("Dangerous",
              "Electrogenic"),
  curation= c("DateEntered",
              "DateModified",
              "DateChecked",
              "Complete",
              "Entered",
              "Modified",
              "Expert"),
  refs    = c("DepthRangeRef",
              "LongevityWildRef",
              "LongevityCapRef",
              "MaxLengthRef",
              "CommonLengthRef",
              "MaxWeightRef",
              "ImportanceRef",
              "AquacultureRef",
              "BaitRef",
              "AquariumRef",
              "GameRef",
              "DangerousRef",
              "ElectroRef"))

Try the rfishbase package in your browser

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

rfishbase documentation built on June 7, 2023, 6:14 p.m.