Hello, I am a student and I am trying to upload a data set into my environment, it is a cvs file that I have downloaded onto my computer from my class website. I was wondering if somebody could walk me through the steps, I have tried a couple lines of code but I am having no luck. If it helps the file name is Section22.cvs. Thank you so much.
Have you already uploaded the file to your RStudio Cloud project?
If you have done it, then you can simply read it into your environment with something like
my_df <- read.csv("Section22.cvs")
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.