In lab, we will work through Lab_02_data_exercises.Rmd
, which has exercises
for downloading climate data from the internet and using various tools from the
tidyverse
package to manipulate the data, analyze it, and plot it.
-
Clone a local copy of the file repository from GitHub.
-
In your local repository, answer the exercises in the templates
Lab_02_data_exercises.Rmd
. -
When you are done, knit your
.Rmd
files into PDF files. -
Use Git to commit your changes (including the edits to the
.Rmd
files and the new PDF files) to your local Git repository. -
Push the changes from your local Git repository to GitHub.
The last changes that you push before the due date (9:00 AM on Monday, Sept. 10) will be graded.
I advise using Git to commit changes frequently as you work and push those commits to GitHub.