Read in the spreadsheet.csv file and save it in a data frame df. The file will be available in the working directory of your code, thus you can load in the file via read.csv("spreadsheet.csv"). Make a plot of the data using the time and measurement columns as the x and y axis variables respectively.

Hint: use the type = 'b' option of the plot function to make a line plot.

spreadsheet.csv 1