README.md

Aquatic Foods Composition Database

Overview

This R package contains a cleaned version of the Aquatic Foods Composition Database (AFCD) developed by Golden et al. (2021):

Installation

The "AFCD" R package can be installed from GitHub with:

# Run if you don't already have devtools installed
install.packages("devtools")

# Run once devtools is successfully installed
devtools::install_github("Aquatic-Food-Composition-Database/AFCD", force=T)
library(AFCD)

Functions

  1. Match nutritional content to nearest taxa: ?species_nutrients

Datasets

The package contains the following datasets:

  1. AFCD foods ID'ed by any taxonomic information: ?afcd
  2. AFCD foods ID'ed by scientific names): ?afcd_sci
  3. AFCD foods ID'ed by general food names only): ?afcd_common
  4. AFCD nutrient key: ?afcd_nutrients
  5. AFCD food part key: ?afcd_parts
  6. AFCD preparation type key: ?afcd_prep
  7. AFCD reference key: ?afcd_refs

Citation

Please reference the original paper when using this data:



Aquatic-Food-Composition-Database/AFCD documentation built on July 29, 2024, 3:12 a.m.