deriv: Data derivation lookup.

Description Usage Format Examples

Description

This file (Table 11) provides information on how the nutrient values were determined. The file contains the derivation codes and their descriptions deriv.

Usage

1

Format

A data frame with 55 observations and 2 variables:

deriv_id

Unique identifer for deriv.

deriv

Text description.

Examples

1
2
3
4
5
6
7
deriv

if (require("dplyr")) {
nutrient %>%
  select(nutr_id, deriv_id) %>%
  left_join(deriv)
}

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