dedup_naomi
Deduplicates Naomi CSV file and maps in snu1uid
and psnuuid so that modeled indicator results can be plotted
geographically more easily
Usage
dedup_naomi(
filename,
quarter_lab = c("September 2023"),
area_level_lab = c("Distrito")
)
Arguments
- filename
Path to Naomi CSV output
- quarter_lab
Define quarter for Naomi output
- area_level_lab
Define geography level for Naomi output
Value
A dataframe containing deduplicated Naomi indicator results
Examples
if (FALSE) { # \dontrun{
df <- dedup_naomi(df)} # }