vi: Catalog of HarvestChoice indicators

Description Usage Format Examples

Description

Complete metadata records for HarvestChoice 5-arc-minute inidcators.

Usage

1
vi.R

Format

A data.table object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# List of metadata elements that may be accessed though `vi`
names(vi)

# Print full metadata for cassava yield
t(vi["cass_y"])

# Get specific metadata elements
vi["cass_y", .(varTitle, unit)]

# Count of layers by category
vi[, .N, by=.(cat1, cat2)]

harvestchoice/hc-api3 documentation built on May 17, 2019, 3:04 p.m.