Skip to contents

Create a report chunk for activities of food security indicators

Usage

report_op_hunger(format = "html")

Arguments

format

Either html, docx, or odt. Defaults to html.

Value

A reporting chunk for food security indicators

Author

Ernest Guevarra

Examples

  report_op_hunger()
#> 
#> # Food security
#> 
#> ## Household hunger score
#> ```{r hhsPlot}
#> oldr::chart_hhs(x = oldr::create_op_all(svy = svy), save_chart = FALSE)
#> ```
#> 
#> ```{r hhsTable}
#> knitr::kable(x = resultsDF[48:50, ], caption = 'Household hunger score', digits = 2)
#> ```