pasteTable | R Documentation |
Function to move table from clipboard to R
pasteTable(sep = "\t", header = FALSE, ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.