Date: Monday April 23, 2018
Location: Narragansett Bay Comission
Details: In this one day workshop we will introduce the R programming language with a focus on tidy data and reproducibility. Attendees should leave with some basic skills in R, be able to create a reproducible research document in markdown, and know the basics of how to use git and GitHub. Our examples will focus on data visualization and examples from the Narragansett Bay Comission's own datasets.
For this workshop, we will be using R and RStudio. All attendees should have these installed and working prior to the workshop. The best instructions I know of for R are the Software Carpentry workshop set up instructions so I will rely on those.
If you follow these directions you should have a working install of R. They do also point you to RStudio in the R set up instructions. If you followed along there you might have also installed RStudio. If you did not or need some more guidance here are some additional details.
- Go to the RStudio page for the Desktop downloads
- Select from the "Installers for Supported Platforms" for your operating system. The two most likely will be:
- Using the installer, install RStudio how you normally would install any application on your computer.
I have grabed some buoy data from the Narragansett Bay Commission's Snapshot of the bay. Instead of having us all work through the download (with R!) I saved it as a .csv. Go ahead and download the file prior to the workshop.
| Time | Subject |
|---|---|
| 9:15 AM - 9:30 AM | Introductions |
| 9:30 AM - 10:00 AM | RStudio |
| 10:00 AM - 11:00 AM | R Basics |
| 11:00 AM - Noon | Tidy Data and Data Frames in R |
| Noon - 1:00 PM | LUNCH |
| 1:00 PM - 3:00 PM | Data Visualization with ggplot2 |