read.cb(sep = "", ...) 
- sep{the delimiter used in the copied text}
  - ...{args to pass to
read.table.}
Convenience function for reading tabular data from the
  clipboard. The function checks the system OS and provides
  the appropriate wrapper call to read.table. 
## with some data on the clipboard, simply write
# x <- read.cb() 
read.table