Dear all, i have just created a csv file on rstudio and i will like to save this file to my hard disk.
I googled this issue and stack overflow offered a solution using the following:
I tried it and got an error saying: function not found.
I will appreciate a working solution for this issue as i need this for a project i am working on.
Thanks.
Setting row.name = FALSE is not required; it is my preference.
If you are not trying to save a data frame, please explain what kind of object you are trying to save.
Thanks @FJCC , I was actually trying to save to my hard disk.
I think this would just save as a csv but still on rstudio cloud; i was looking to export to my hard disk.
Thanks.