source_type: Source type lookup.

Description Usage Format Examples

Description

This file (Table 10) contains codes indicating the type of data (analytical, calculated, assumed zero, and so on) in the Nutrient Data file. To improve the usability of the database and to provide values for the FNDDS, NDL staff imputed nutrient values for a number of proximate components, total dietary fiber, total sugar, and vitamin and mineral values.

Usage

1

Format

A data frame with 10 observations and 2 variables:

source_type_id

Unique identifier for source type.

source_type

Text description.

Examples

1
2
3
4
5
6
7
source_type

if (require("dplyr")) {
nutrient %>%
  select(nutr_id, source_type_id) %>%
  left_join(source_type)
}

hadley/usdanutrients documentation built on May 17, 2019, 1:31 p.m.