Is there a way to add a col name for the row name field if I use the rownames for an output file?
I know it cannot be done in this function (unless I am completely wrong):
colnames(df)<-c("fullname","addr1","addr2","City","State","ZIP","Keycode","csz")
Is there an argument for the write.csv() function to accomplish it?