Skip to content

Commit

Permalink
Merge pull request #243 from SSoubie/master
Browse files Browse the repository at this point in the history
Actualización conectividad
  • Loading branch information
SSoubie authored Nov 19, 2024
2 parents ee1e705 + 20bf99a commit ae854d2
Show file tree
Hide file tree
Showing 6 changed files with 919 additions and 913 deletions.
4 changes: 1 addition & 3 deletions .Rproj.user/shared/notebooks/paths
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
C:/Users/lprieto/Documents/proyectos_r/areas_protegidas2.Rmd="7CF18AB7"
C:/Users/lprieto/Documents/proyectos_r/dnme_apps/areas_protegidas.Rmd="227ACECB"
C:/Users/lprieto/Documents/proyectos_r/dnme_apps/mulc.Rmd="16120210"
/home/ssoubiel/trabajos/dnme_apps/conectividad.Rmd="81905E35"
10 changes: 9 additions & 1 deletion conectividad.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ rank_provs <- cabotaje %>%
"Aerolíneas Argentinas",
"Flybondi",
"LADE - Líneas Aéreas Del Estado")) %>%
group_by(destino_provincia_etiqueta, empresa_agrup_def) %>%
group_by(destino_provincia_etiqueta) %>%
summarise(vuelos = sum(vuelos, na.rm = T)) %>%
arrange(-vuelos) %>%
top_n(3)
Expand Down Expand Up @@ -1370,6 +1370,10 @@ herfintal_prov_empre <- cabotaje %>%
herfintal_prov_empre_2023 <- cabotaje %>%
filter(anio_local == year(max(cabotaje$Fecha)) - 1 & mes_local == month(max(cabotaje$Fecha))) %>%
filter(empresa_agrup_def %in% c("JetSMART Airlines",
"Aerolíneas Argentinas",
"Flybondi",
"LADE - Líneas Aéreas Del Estado")) %>%
group_by(destino_provincia_etiqueta, .drop = F) %>%
summarise(freq_totaltes_prov = sum(vuelos, na.rm = T)) %>%
arrange(-freq_totaltes_prov) %>%
Expand All @@ -1378,6 +1382,10 @@ herfintal_prov_empre_2023 <- cabotaje %>%
herfintal_prov_empre %>%
filter(anio_local %in% c(year(max(cabotaje$Fecha)) - 1, year(max(cabotaje$Fecha)))) %>%
filter(empresa_agrup_def %in% c("JetSMART Airlines",
"Aerolíneas Argentinas",
"Flybondi",
"LADE - Líneas Aéreas Del Estado")) %>%
ungroup() %>%
complete(anio_local,
destino_provincia_etiqueta,
Expand Down
1,782 changes: 891 additions & 891 deletions docs/conectividad.html

Large diffs are not rendered by default.

Binary file modified docs/conectividad_files/figure-html5/unnamed-chunk-27-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/conectividad_files/figure-html5/unnamed-chunk-80-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 18 additions & 18 deletions docs/search.json

Large diffs are not rendered by default.

0 comments on commit ae854d2

Please sign in to comment.