I'm using R 3.1.0 and can't seem to find the readClipboard function that should be in the utils package. Is there a way to enable the use that function from an older package?
Thanks.
I'm using R 3.1.0 and can't seem to find the readClipboard function that should be in the utils package. Is there a way to enable the use that function from an older package?
Thanks.
I think you may be after:
However, for an OS independent approach see this GitHub package, overflow's, readClip function.
You can also read from the clipboard with
read.table
andread.csv
This link has proven useful for me over time.
read.DIF("clipboard")
will do the same job. try that. I think it is possible however to integrate old utils packages. You can download and install them from here