-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
43 lines (29 loc) · 1.85 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# adlaw: An Interface to the Scaling Up Nutrition (SUN) Movement Datasets <img src="man/figures/logo.png" align="right" width="200" />
<!-- badges: start -->
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![R-CMD-check](https://github.com/katilingban/adlaw/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/katilingban/adlaw/actions/workflows/R-CMD-check.yaml)
[![CodeFactor](https://www.codefactor.io/repository/github/katilingban/adlaw/badge)](https://www.codefactor.io/repository/github/katilingban/adlaw)
<!-- badges: end -->
[Scaling Up Nutrition (SUN)](http://scalingupnutrition.org) 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.
## What does `adlaw` do?
## Installation
The package `adlaw` can be installed in R through GitHub via `remotes`:
```{r, echo = TRUE, eval = FALSE}
if(!require(remotes)) install.packages("remotes")
remotes::install_github("katilingban/adlaw")
```
## Usage
## Citation
## Community guidelines