Skip to content
Prev 78053 / 398502 Next

Easy cut & paste from Excel to R?

Sorry to revive and old topic, but writing to the clipboard seems to
have a problem for me: column names are ignored. Example:

# ~~~~~~~~~~~~~~~~~~~~~~~
# write.clipboard
# ~~~~~~~~~~~~~~~~~~~~~~~
write.clipboard = function(obj) {
	write.table(obj, file("clipboard"), sep="\t", row.names=F, col.names=T)
}

a= matrix(1:4,2,2)
colnames(a) = c("a", "b")

write.clipboard(a)
a = as.data.frame(a)
write.clipboard(a)

both attempts will paste the date without column names.
Any idea why?

Thanks,
-Jose
On 2/16/05, Werner Wernersen <pensterfuzzer at yahoo.de> wrote:
--
Jose Quesada, PhD.

j.quesada at warwick.ac.uk				ESRC Postdoctoral Fellow
http://lsa.colorado.edu/~quesadaj		Dept. of PSychology
http://www.andrew.cmu.edu/~jquesada		University of Warwick
office H114						Phone: +44 024 765 23 759
Coventry, UK