Skip to content

Commit

Permalink
include supply table
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed May 17, 2024
1 parent c9418d2 commit ee9d353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_book/02-nation_stats.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The 20% of RNIs values was take as reference in consideration of the fact that [

- **POPULATION MEETING RNI REQUIREMENTS**: Percentage of the WRA population meeting the RNI requirements in each municipality: $\frac{Number\ of\ people\ supplied\ daily}{Municipality\ population} \times 100$

```{r eval=FALSE, message=FALSE, warning=FALSE, include=FALSE}
```{r eval=FALSE, message=FALSE, warning=FALSE, include=TRUE}
color_pal <- c("#f5fcdf", "#f2fbd2", "#c9ecb4", "#93d3ab", "#35b0ab")
timor.nutrients::generate_summary_table(use_20 = TRUE)
```

0 comments on commit ee9d353

Please sign in to comment.