Skip to content

Commit

Permalink
Merge pull request #231 from mcippo/master
Browse files Browse the repository at this point in the history
Actualizo el reporte de la EOH
  • Loading branch information
eliansoutu authored Aug 21, 2024
2 parents 5e6459f + 7acfc6c commit 5fb1c4e
Show file tree
Hide file tree
Showing 6 changed files with 657 additions and 656 deletions.
1 change: 1 addition & 0 deletions .Rproj.user/shared/notebooks/paths
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/home/mcipponeri/dnme_apps/eoh.Rmd="778ED927"
/home/ssoubiel/trabajos/dnme_apps/conectividad.Rmd="637C4E84"
/home/ssoubiel/trabajos/dnme_apps/conectividad_terrestre.Rmd="20FE2FB1"
1,284 changes: 642 additions & 642 deletions docs/eoh.html

Large diffs are not rendered by default.

Binary file modified docs/eoh_files/figure-html5/unnamed-chunk-11-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/eoh_files/figure-html5/unnamed-chunk-9-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions docs/search.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions eoh.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Sys.setlocale(locale = "es_AR.UTF-8")
# Definir mes / trimestre / año de referencia para títulos ----
fecha <- as.Date("2024-05-01")
mes <- "Mayo"
fecha <- as.Date("2024-06-01")
mes <- "Junio"
#trimestre <- "2do"
anio <- "2024"
Expand Down Expand Up @@ -804,9 +804,9 @@ pernoctaciones_localidad <-read.csv("/srv/DataDNMYE/eoh/recursos/recursos_ficha/
#Localidades que no corresponde mostrar datos (AD HOC,INDEC)
localidades_sin_datos <- c("Corrientes")#Localidades años anterior
localidades_sin_datos <- c("Puerto Iguazú", "El Calafate")#Localidades años anterior
localidades_insuficiencia <- c("Calafate")#Para localidades de este año
localidades_insuficiencia <- c("Calafate","Pinamar","Tandil")#Para localidades de este año
#Tabla localidades
tabla4 <- pernoctaciones_localidad %>%
Expand Down

0 comments on commit 5fb1c4e

Please sign in to comment.