link to pdf
Links Etherpad notes Data Carpentry R lesson Download R Download RStudio Why R? R doesn’t involve pointing and clicking Great for reproducibility Works for all sorts of data Creating awesome graphics Interdisplincary with a large community Free, open-source, and cross-platform RStudio RStudio is a free Integrated Development Environment (IDE) for working with R
This provides a framework for:
Writing code Navigating files Visualizing packages Creating projects Many other goodies (version control, making packages, Shiny apps) RStudio Projects Projects in RStudio create a folder for storing all of our files (data, scripts, images)