saving . . . saved rectify the error has been deleted. rectify the error has been hidden .
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 16-06-20, 12:13 p.m. bindukannan

Answers:

Please note that the last argument is row.names = FALSE
16-06-20, 12:37 p.m. sudhakarst


Log-in to answer to this question.