This R packages contains national and subnational nutrient supplies estimated by the Global Expanded Nutrient Supply (GENuS) model developed by Smith et al. (2016):
The "GENuS" 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("cfree14/GENuS", force=T)
library(GENuS)
The package contains the following datasets:
?genus_fcts
?genus_food_cntry
?genus_food_agesex_2011
?genus_nutr_cntry
?genus_nutr_agesex_2011
?genus_nutr_food_2011
?genus_nutr_fort_cntry_2011
?genus_nutr_fort_agesex_2011
The data were accessed from this Harvard Dataverse repository and formatted by Chris Free. Please contact Chris Free (cfree14@gmail.com) with questions about this repository and the original authors with questions about the data, model, or paper.
Please reference the original paper when using this data:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.