read.table(clipboard), for saving purposes it then has to be saved
by write.table, which seems clumsy if the file has to be used by others.
ClipToVect reformats the table in the way that it can be defined as a data.frame and so be pasted directly in the source code.
The option will of course only be interesting for small datasets.
ClipToVect(doubleQuote = TRUE)ClipToVect and insert the clipboard in the code file.
dput