read_data.Rd
This function is from the book by Bruno Rodrigues entitled 'Building reproducible analytical pipelines with R' (pp 410-411).
read_data(data_name, package_name)
A character value naming the dataset to be loaded.
A character value naming the package from which data should be loaded.
A dataset.