clipboard_readfrom | R Documentation |
Just for convenience to quickly input data from excel, plain text, etc. by copy-'paste'
clipboard_readfrom(sep = "\t", header = TRUE, dec = ".", ...)
sep |
use tab as default separator |
header |
by default assume first line of data is column names |
dec |
decimal separator to use |
... |
passed to read.table |
read.table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.