Hello Community, I keep getting this error on my console when I try running it. Could someone let me know what the problem could be and how I can go about fixing it?
Error: 'data/StateData.csv' does not exist in current working directory ('C:/Users/burns/AppData/Local/Temp/Temp5_Ex_Files_R_Visualizing_Data.zip/Ex_Files_R_Visualizing_Data/Exercise Files/code').
change the relative path to your file from the point of view of your working directory ( the working directory is of course also something you have the option to alter).
you havent provided the code you are using to access the file. based on what you shared previously you had data/ as part of the relative path. Have you removed that now that the file is not there ?