Skip to content

Commit

Permalink
unificado
Browse files Browse the repository at this point in the history
Merge branch 'main' of https://github.com/DiploDatosUNAB/UNaB-AdDyPP-TFI

# Conflicts:
#	trabajo_final.Rmd
  • Loading branch information
RexCaecos committed Jan 2, 2024
2 parents 26b400b + ee2dc1a commit 0862975
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions trabajo_final.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,14 @@ instalar("leaflet")
instalar("archive")
instalar("ggplot2")
instalar("httr")
<<<<<<< HEAD
if (!requireNamespace("geoAr", quietly = TRUE)) {
install.packages("geoAr", repos = c('https://politicaargentina.r-universe.dev'))
=======
# instalar("geoAr")
if (!requireNamespace("geoar", quietly = TRUE)) {
install.packages("geoAr", repos = c("https://politicaargentina.r-universe.dev"))
>>>>>>> ee2dc1aae0cc11139e22609028bc39102eaab50c
}
Expand Down Expand Up @@ -675,6 +681,7 @@ entic_hogar |>
gt_theme_dot_matrix()
```

```{r carga_entic_persona}
lista <- list()
archivos <- list.files(path = "datos/entic/", pattern = "^EPH_usu_Ind.*\\.txt")
Expand Down

0 comments on commit 0862975

Please sign in to comment.