Name:
Andrew ID:
Collaborated with:

This lab is to be done in class (completed outside of class if need be). You can collaborate with your classmates, but you must identify their names above, and you must submit your own lab as an knitted HTML file on Canvas, by Sunday 11:59pm, this week.

This week’s agenda: reading in data, cleaning data, reordering data, merging data, restructuring data.

Reading and cleaning data

input.value = "4,8"
wind.measurements = as.factor(c("-2,0", "0,0", "0,6", "+1,7"))

Reordering data

Merging data