Unable to see CSV file after executing the R Command
Unable to see CSV file after executing the R Command
write.csv(captaincy,"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()".