Week 8 Lab Exercise
In this exercise, you’re going to work on your skills in data wrangling by modifying tables.
Create a file system and add a Quarto document. Use headings to structure the workflow of this lab.
Download the greenTransitSurvey.csv dataset, which is a fictional survey of students from three Boston area universities on the number of days they used different low-emissions transport options during the fall and spring semester. Using this dataset, and the functions discussed in this lab, complete the following tasks:
- Combine student names to a single column with last name first, first name last 
- Create columns for semester and method of transport 
- Create separate tibbles for each institution 
- Create boxplots for each institution showing how use of different transport methods varied between semesters 
Submit your work as a Quarto document to Canvas. Detailed grading criteria can be found there.