Exercise 4-9

whatever <- structure(rnorm(10),
                      names = "whatever",
                      value = "none")
saveRDS(whatever, file = "data/whatever.RDS")