One Tip Per Day
Learning notes for Unix, Perl, R, HTML, Javascript, Google API and mostly Bioinformatics
Pages
Home
Unix
R
AWK
Perl
Biology
Stats
NGS
Bioinformatics
Others
Dr. Xianjun Dong
Wednesday, November 16, 2011
an easy way to writing data.frame to Excel
you can write it as
write.table(r.data.frame, "excel.file.xls", sep="\t", na="", row.names=F)
which I can usually open in Excel just by clicking on it.
Credit: http://tolstoy.newcastle.edu.au/R/help/05/04/3388.html
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment