Skip to content

Commit

Permalink
Merge pull request #25 from jgjuara/main
Browse files Browse the repository at this point in the history
ajustes 2022 provs
  • Loading branch information
jgjuara authored Dec 18, 2023
2 parents af88391 + 5e58016 commit b4d6642
Show file tree
Hide file tree
Showing 21 changed files with 977 additions and 64 deletions.
102 changes: 51 additions & 51 deletions docs/interno.html

Large diffs are not rendered by default.

Binary file modified docs/outputs/alojamiento.rds
Binary file not shown.
Binary file modified docs/outputs/edad.rds
Binary file not shown.
Binary file modified docs/outputs/fecha_corte_evyth.rds
Binary file not shown.
Binary file modified docs/outputs/interno_ppales.rds
Binary file not shown.
Binary file modified docs/outputs/motivo.rds
Binary file not shown.
Binary file modified docs/outputs/tipo_turismo.rds
Binary file not shown.
Binary file modified docs/outputs/transporte.rds
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/scripts/padron.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ library(janitor)
library(DT)
library(crosstalk)
library(plotly)
library(comunicacion)


options(DT.options = list(language = list(url = '//cdn.datatables.net/plug-ins/1.10.11/i18n/Spanish.json'),
Expand Down Expand Up @@ -36,7 +37,7 @@ tabla_tipo <- serie_puna %>%
ungroup()

localidades_data <- serie_puna %>%
filter(Año == 2020) %>%
filter(Año == max(Año)) %>%
group_by(Provincia) %>%
mutate(plazas_prov = sum(plazas)) %>%
ungroup() %>%
Expand Down
18 changes: 9 additions & 9 deletions docs/search.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/site_libs/header-attrs-2.20/header-attrs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
Loading

0 comments on commit b4d6642

Please sign in to comment.