Description Usage Arguments Value Examples
Copies a tsv table from clipboard.
1 2 | CopyFromClipboard(sep = "\t", quote = "\"", stringsAsFactors = F,
header = T, ...)
|
sep |
Column separator. Defaulted to tab. |
quote |
Informs the quote character. |
stringsAsFactors |
Informs if string has to be treated as factors. |
header |
Informs if a header is the first row. |
... |
Other parameters. |
Gets clipboard.
1 2 | CopyFromClipboard()
ds <- CopyFromClipboard(quote = "'")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.