-
Notifications
You must be signed in to change notification settings - Fork 3
/
corrupcion_graficar.R
34 lines (27 loc) · 1.19 KB
/
corrupcion_graficar.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# actualiza todos los gráficos y los pone en el readme
library(furrr)
plan(multisession)
# source("graficos/graficos_torta.R")
# source("mapas/graficar_mapas.R")
# source("graficos/grafico_montos_pelotas.R")
# source("tablas/tabla_casos_corrupcion.R")
# source("tablas/tabla_municipios.R")
scripts <- c("graficos/graficos_torta.R",
"mapas/mapa_corrupcion_rm.R",
"graficos/grafico_montos_pelotas.R",
"tablas/tabla_casos_corrupcion.R",
"tablas/tabla_municipios.R")
# ejecutar multicore
future_walk(scripts, source)
# copiar a la app
file.copy(c("graficos/grafico_torta_montos_sector.png",
"graficos/grafico_torta_sector.png",
"graficos/grafico_torta_partido.png",
"mapas/mapa_corrupcion_municipios_rm.png",
"graficos/grafico_corrupcion_montos_sector.png",
"graficos/grafico_corrupcion_montos_caso_fundaciones.png",
"tablas/tabla_corrupcion_partidos_chile.png",
"tablas/tabla_corrupcion_municipalidades_chile.png",
"tablas/tabla_corrupcion_municipalidades_rm.png"),
"app/www/graficos", overwrite = TRUE)
file.remove("Rplots.pdf") # no sé de dónde sale, jaja