Load the built-in dataset BOD using:
library(dslabs)
data(BOD)
Do this in RStudio so you can look at the contents of the BOD dataframe
Which of the following is true:
BOD is not tidy: it only has six rows.BOD is not tidy: the first column is just an index.BOD is tidy: each row is an observation with two values (time and
demand)BOD is tidy: all small datasets are tidy by definition.