Scaling Up Nutrition (SUN) is a global movement of 60 countries aiming to end malnutrition in all its forms. This package contains various datasets produced by the movement and functions that aid in the manipulation and processing of these datasets. It also includes functions that support analysis and visualisation of these datasets. Finally, a Shiny application is included to allow user to interactively engage with the publicly-available SUN Movement datasets.
The package adlaw
can be installed in R through GitHub via remotes
:
if(!require(remotes)) install.packages("remotes")
remotes::install_github("katilingban/adlaw")