rectify the error
Title
Question
<span style="font-size: 15px;"> write.csv(captaincy,"Newcaptaincy.csv", row.name=FALSE)</span>
<span style="font-size: 15px;">Error in write.table(captaincy, "Newcaptaincy.csv", row.name = FALSE, : </span>
<span style="font-size: 15px;"> 'col.names = NA' makes no sense when 'row.names = FALSE'</span>
R Introduction-to-Data-Frames-in-R 08-09 min 0-10 sec
Answers:
Please note that the last argument is row.names = FALSE
Login to add comment