Skip to content

Commit

Permalink
fix patagonica label
Browse files Browse the repository at this point in the history
  • Loading branch information
caropradier committed Jun 19, 2024
1 parent 5c32cba commit 77a694c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/organize_labels.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ organize_labels <- function(df, type = "individual") {
"Nordeste" = 41,
"Cuyo" = 42,
"Pampeana" = 43,
"Patagonica." = 44
"Patagonica" = 44
),
MAS_500 = "Aglomerados segun tamanio",
AGLOMERADO = "Codigo de Aglomerado",
Expand Down Expand Up @@ -428,7 +428,7 @@ organize_labels <- function(df, type = "individual") {
"Nordeste" = 41,
"Cuyo" = 42,
"Pampeana" = 43,
"Patagonica"
"Patagonica" = 44
),
MAS_500 = "Aglomerados segun tamanio",
AGLOMERADO = "Codigo de Aglomerado",
Expand Down

0 comments on commit 77a694c

Please sign in to comment.