June 2007
Beginner to intermediate
950 pages
27h 8m
English
Suppose you want to transfer the dataframe called data to Excel:
write.table(data,"clipboard",sep="\t",col.names=NA)
Then, in Excel, just type Ctrl+V or click on the Paste icon (the clipboard).
Read now
Unlock full access