save_output_package.Rd
Save outputs to zip file
save_output_package(
naomi_output,
filename,
dir,
notes = NULL,
overwrite = FALSE,
with_labels = FALSE,
boundary_format = "geojson",
single_csv = FALSE,
export_datapack = !single_csv
)
read_output_package(path)
Naomi output object
Name of file to create
Directory to create zip in
Notes to include in output zip
If TRUE overwrite any existing file
If TRUE save indicator ids with labels
Either geojson or shp for saving boundary as geojson or shape format
If TRUE only output the csv of indicators, otherwise save the metadata too
If TRUE save CSV of PEPFAR datapack indicators.
Path to output zip file.
Path to created zip file