I am having a problem uploading the sport_heights.csv
file into my RStudio after numerous attempts.
I have the file locally uploaded (appears in the lower right pane in RStudio as sport_heights.csv)
Here is my R code:
heights <- read.csv('sport_heights.csv')
heights
Here is the error message:
heights <- read.csv('sport_heights.csv')
Error in file(file, "rt") : cannot open the connection
In addition: Warning message: In file(file, "rt") : cannot open file 'sport_heights.csv':
No such file or directory
Thank you for your consideration!!!!