Unable to see CSV file after executing the R Command
Title
Question
<span style="font-family: Arial, Helvetica, sans-serif; font-size: small;">Unable to see CSV file after executing the R Command</span>
write.csv(captaincy,"<wbr></wbr>NewCaptaincy.csv")
No where it is shown in the video how the file will be opened, please help.
R Introduction-to-Data-Frames-in-R 08-09 min 20-30 sec
Answers:
After successfully executing the function write.csv(), a file with the name "NewCaptaincy.csv" will be generated in the R session's current working directory. To obtain the location of the current working directory, kindly execute the command "getwd()".
Login to add comment