Skip to content

Commit

Permalink
Merge pull request #24 from worldbank/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
luizaandrade committed Dec 27, 2018
2 parents daa23f5 + c4f3857 commit c5651f9
Show file tree
Hide file tree
Showing 66 changed files with 5,180 additions and 6,202 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
*Data/*
*.pdf
*.do
*.Rhistory
*.xlsx
*.log
*.out
*.snm
*.nav
*.tex
*.toc
*.md
*.vrb
*.aux
*.png
*.DS_Store
*.csv
*.dbf
*.cpg
*.prj
*.shp

!Presentations/img/*
*.pdf
37 changes: 0 additions & 37 deletions DataWork/Code/Lab 3 - Data Processing.R

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,31 @@
#
DIME #
Introduction to R for Stata users #
MASTER DO_FILE #
MASTER SCRIPT #
#
------------------------------------------------------------------------------ #

# PURPOSE: Set-up configurations and run scripts that are part of DIME's R
# Training

# NOTES: Version 1
# NOTES: Version 3

# WRITTEN BY: Luiza Cardoso de Andrade, Robert A. Marty, Leonardo Viotti

# Last modified in May 2018

# PART 0: Clear boiler plate

rm(list=ls())
# Last modified in Dec 2018

# PART 1: Select sections to run


# PART 2: Load packages

# If you selected the option to install packages, install them
install.packages(c("swirl","stargazer"), dep = TRUE)
install.packages(c("stargazer", "swirl"), dependencies = TRUE)


# Load all packages -- this is equivalent to using library(package) for each
# package listed before
library(swirl)
library(stargazer)

# PART 3: Set folder folder paths

Expand Down Expand Up @@ -59,5 +54,6 @@
finalOutput <- file.path(Output,"Final")



# PART 4: Run selected sections
# PART 4: Load data

# PART 5: Run selected sections
40 changes: 0 additions & 40 deletions DataWork/Code/Lab 4 - Descriptive Analysis.R

This file was deleted.

45 changes: 0 additions & 45 deletions DataWork/Code/Lab 5 - Data Visualization.R

This file was deleted.

Loading

0 comments on commit c5651f9

Please sign in to comment.