Skip to content

Commit

Permalink
chore: format labels_cas_tip key to improve the legibility
Browse files Browse the repository at this point in the history
Ref: #194
  • Loading branch information
GeraldineGomez committed Jul 15, 2024
1 parent 41b62dd commit 528e5c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion inst/extdata/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,13 @@ default:
dpto_shape_file: "depto.shp"
divipola_data_path: "divipoladata.rda"
labels_geo_areas: ["Cabecera municipal", "Centro poblado", "Rural disperso"]
labels_cas_tip: {"1": "Sospechoso", "2": "Probable", "3": "Confirmado por laboratorio", "4": "Confirmado por clinica", "5": "Confirmado por nexo epidemiologico"}
labels_per_etn: {"1": "Indigena", "2": "ROM/ Gitano", "3": "Raizal", "4": "Palenquero", "5": "Negro/ Mulato/ Afrocolombiano", "6": "Otro"}
labels_cas_tip:
'1': Sospechoso
'2': Probable
'3': Confirmado por laboratorio
'4': Confirmado por clinica
'5': Confirmado por nexo epidemiologico
label_year: "Año"
label_cases: "Número de casos"
label_incidence: "Incidencia"
Expand Down

0 comments on commit 528e5c6

Please sign in to comment.