Skip to content

Commit

Permalink
#10 se remueve opcion de todas, solo muestra UNA macrozona
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkunst committed Apr 27, 2023
1 parent cd7ea12 commit 5b6f6ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion global.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,14 @@ nombre_key <- list(
# opt_macrozona <- macrozonas |>
# as.data.frame() |>
# pull(macrozona)
opt_macrozona <- c("Todas", "Norte Grande", "Norte Chico", "Zona Central", "Zona Sur", "Zona Austral")
opt_macrozona <- c(
# "Todas",
"Norte Grande",
"Norte Chico",
"Zona Central",
"Zona Sur",
"Zona Austral"
)
opt_macrozona <- str_to_lower(opt_macrozona)
opt_macrozona <- set_names(opt_macrozona, str_to_title(opt_macrozona))

Expand Down

0 comments on commit 5b6f6ee

Please sign in to comment.