Skip to content

Commit

Permalink
Importar datos
Browse files Browse the repository at this point in the history
  • Loading branch information
segasi committed Oct 24, 2019
1 parent db795a0 commit 262ed3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 02_codigo/analisis_victimas_homicidio_2015_2019.R
@@ -1,3 +1,9 @@
### Cargar paquetes, definir setup general y tema de gráficas ----
source("02_codigo/paquetes_setup_tema.R")

### Importar datos ----
# Fuente: SNSP

victimas <-
read_excel("../../../../../10 recursos/datos/snsp/victimas/Estatal-V°ctimas - septiembre 2019.xlsx") %>%
clean_names()

0 comments on commit 262ed3d

Please sign in to comment.