saving . . . saved Unable to see CSV file after executing the R Command has been deleted. Unable to see CSV file after executing the R Command has been hidden .
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 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


Log-in to answer to this question.