search for: pract

Displaying 1 result from an estimated 1 matches for "pract".

Did you mean: prack
2012 May 12
5
Help with writing data to csv
...d have to do is copy and paste into a table, instead of typing everything out). I am able to write the data to the .csv file but the data is not comma-delimited when I open the file. Everything is written into the first cell. These are the various commands that I have been inputting: write.csv(practice, file.choose(new=T), quote=F, row.names=F) write.csv(practice, file.choose(new=T), sep=",", quote=F, row.names=F) Warning message: In write.csv(practice, file.choose(new = T), sep = ",", quote = F, : attempt to set 'sep' ignored write.table(practice, file = &quot...