-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRun_All.R
More file actions
34 lines (21 loc) · 700 Bytes
/
Run_All.R
File metadata and controls
34 lines (21 loc) · 700 Bytes
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
### RUN ALL for IMCO reclasification proyect
##Load Libraries
source("src/LoadLibraries.R")
remove(list=ls())
## Start with Derecho subvariables
source("src/SetupDerecho.R") #Setup
source("src/ImputacionDerecho.R") #IM
## Economia subvariables
##Not Run
#source("src/SetupDerecho.R") #Setup
#source("src/ImputacionDerecho.R") #IM
## Gobierno subvariables
source("src/SetupGobierno.R") #Setup
source("src/ImputacionGobierno.R") #IM
## Innovación subvariables
source("src/SetupInnovacion.R") #Setup
source("src/ImputacionInnovacion.R") #IM
## Medio Ambiente subvariables
source("src/SetupMedioAmbiente.R") #Setup
source("src/ImputacionMedioAmbiente.R") #IM
## Precursos subvariables