[Rd] accessing windows clipboard from load and save (PR#4999)

ggrothendieck at myway.com ggrothendieck at myway.com
Sat Nov 8 15:21:48 MET 2003


Full_Name: Gabor Grothendieck
Version: 1.7.1
OS: Windows 2000
Submission from: (NULL) (207.35.143.81)



   save(x,ascii=TRUE,file("clipboard")) 

works but 

   load(file("clipboard")) 

does not.

Even better would be if

   save(x,ascii=TRUE,"clipboard") 
and 
   load("clipboard")

worked as that would provide consistency with read.table("clipboard")



More information about the R-devel mailing list