knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-" )
The Global Nutrition Report's purpose is to produce a single, authoritative source on progress toward addressing critical gaps in the nutrition accountability framework, both at national and international levels. This is a companion package to the Global Nutrition Report primarily for accessing the data used in the report and to reproduce the data visualisation produced in the report. This package contains functions that allow users to interrogate the same data and produce customised charts and other visualisation products.
gnr
do?The {gnr}
package is not yet available on CRAN but can be installed from the nutriverse R Universe as follows:
install.packages( "gnr", repos = c("https://nutriverse.r-universe.dev", "https://cloud.r-project.org") )
The current development version of {gnr}
can also be installed from GitHub using the {pak}
package as follows:
if (!require("pak")) install.packages("pak") pak::pak("nutriverse/gnr")
If you use {gnr}
in your work, please cite using the suggested citation provided by a call to the citation
function as follows:
citation("gnr")
Feedback, bug reports, and feature requests are welcome; file issues or seek support here. If you would like to contribute to the package, please see our contributing guidelines.
This project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.