-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from worldbank/dev
Merging Apr 19 material
- Loading branch information
Showing
56 changed files
with
1,344 additions
and
1,613 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,7 @@ | |
*.cpg | ||
*.prj | ||
*.shp | ||
|
||
!Presentations/img/* | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Before a session: | ||
- [ ] Print and bring list of participants | ||
- Prepare flash drives | ||
- [ ] Send an email to participants | ||
- Share the presentation and data with participants | ||
- Remind eveyone to bring a computer with R and RStudio attached | ||
- Send the data and presentation, and GitHub repo link | ||
- Remind everyone of date and time | ||
- Share WebEx link | ||
- [ ] Get to the room half an hour before the sessoin | ||
- Connect to Webex | ||
- Check that VC's working | ||
- Bring a clicker | ||
|
||
After a session: | ||
- [ ] Send an email to participants | ||
- Share the presentation | ||
- Remind them to sign up for next session | ||
- [ ] Input names into OLC | ||
- Check on WebEx who connected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# ------------------------------------------------------------------------------ # | ||
# # | ||
# DIME Analytics # | ||
# Introduction to R for Stata users # | ||
# MASTER SCRIPT # | ||
# # | ||
# ------------------------------------------------------------------------------ # | ||
|
||
# PURPOSE: Set-up configurations and run scripts that are part of DIME's R | ||
# Training | ||
|
||
# NOTES: Version 4 | ||
|
||
# WRITTEN BY: Luiza Cardoso de Andrade, Robert A. Marty, Leonardo Viotti | ||
|
||
# Last modified in April 2019 | ||
|
||
|
||
# PART 1: Load packages | ||
|
||
|
||
# PART 2: Set folder folder paths | ||
|
||
#-------------# | ||
# Root folder # | ||
#-------------# | ||
|
||
# Add your username and folder path here | ||
projectFolder <- "YOUR/FOLDER/PATH/HERE" | ||
|
||
#--------------------# | ||
# Project subfolders # | ||
#--------------------# | ||
|
||
dataWorkFolder <- file.path(projectFolder,"DataWork") | ||
|
||
Data <- file.path(dataWorkFolder,"DataSets") | ||
rawData <- file.path(Data,"Raw") | ||
intData <- file.path(Data,"Intermediate") | ||
finalData <- file.path(Data,"Final") | ||
Code <- file.path(dataWorkFolder,"Code") | ||
Doc <- file.path(dataWorkFolder,"Documentation") | ||
Output <- file.path(dataWorkFolder,"Output") | ||
rawOutput <- file.path(Output,"Raw") | ||
finalOutput <- file.path(Output,"Final") | ||
|
||
|
||
# PART 3: Load data | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
PROJCS["UTM_Zone_30_Northern_Hemisphere",GEOGCS["GCS_Clarke 1880 mod.",DATUM["D_unknown",SPHEROID["clrk80",6378249.145,293.4663]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-3],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["Meter",1]] |
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.