I am sure this has been asked before but from what I have read and tried I haven't been able to find anything that works so far. I am using RStudio Cloud, and I successfully created a csv. I used:
write.csv(t.res,file = "t.res.csv" to get the csv to appear in the Files pane in the lower right corner. When I export it, it does not export as a csv, just some generic file that my computer is unable to open. When I export the entire project I just get the script and not a zip file. Does anyone have any tips here? Not sure what I am doing wrong, I just want to be able to access the new csv outside of RStudio Cloud.