Just for convenience to quickly input data from excel, plain text, etc. by copy-'paste'
clipboard_readfrom(sep = "\t", header = TRUE, dec = ".", ...)
use tab as default separator
by default assume first line of data is column names
decimal separator to use
passed to read.table
read.table()