Tuesday, July 23, 2013

Export data frame to CSV - R

Quick output R data frame into CSV: 

write.table(DF,file="refugees.csv",sep=",",row.names=F)

No comments:

Post a Comment

Add any comments if it helped :)