Development Initiatives' R Reference Material
Table of contents:
- The basics (data structures)
- Repetition
- Big(gish) data
- Merging together different datasets
- Charting
- Geospatial data
- Gathering data from PDFs and other unusual sources
- How to work with IATI XML
Prerequisites
- Download and install a version of R for your operating system: https://cran.r-project.org/ Try to keep your R version up to date using
installr
https://www.r-statistics.com/2015/06/a-step-by-step-screenshots-tutorial-for-upgrading-r-on-windows/ - Download and install RStudio Open Source: https://www.rstudio.com/products/rstudio/download/
- (Optional for windows) Download and install the correct Rtools version: https://cran.r-project.org/bin/windows/Rtools/
- Download and install either git-scm https://git-scm.com/downloads, or Github Desktop https://desktop.github.com/
- Clone this repository to your hard-drive.
Further reading
- RStudio Git Version Control: https://raw.githack.com/uo-ec607/lectures/master/02-git/02-Git.html#1