Which of the following built-in datasets is tidy (you can pick more than one):
BJsales
EuStockMarkets
DNase
Formaldehyde
Orange
UCBAdmissions
You can load each of these datasets in Rstudio using:
library(dslabs)
data(NameOfDataset)
store your answer in a vector named solution
. For example:
solution <- c(2,6)