Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1 KB

README.md

File metadata and controls

23 lines (16 loc) · 1 KB

Assignment for EES 3310/5310 Lab #2

License: CC BY 4.0

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.

Instructions:

  • 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.