Function to move table from clipboard to R

pasteTable(sep = "\t", header = FALSE, ...)

Arguments

sep

table separator value. e.g. tab, space, comma, etc.

header

whether or not to assign the first row to column names. default FALSE

...

Additional parameters passed to utils::read.table