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 05-04-21, 7:46 a.m. Nilesh10

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()".
07-04-21, 6:16 p.m. chrl3hr5@gmail.com


Click here to reply/comment online