Regarding the instructions for: Learn data science with Python and R projects
It says to:
- Load the
readr
package using thelibrary()
function. - Use the
read_csv()
function to bring in theexperiment.csv
dataset.
- Assign the result to the variable
hospital
.
Yet the apparently correct answer is to read in the hospital.csv
.