View source: R/03-readString.R
readStringWrapper | R Documentation |
Read and check string from clipboard
readStringWrapper(
content,
mode,
class,
withRownames = TRUE,
withColnames = TRUE
)
content |
(character) string from clipboard |
mode |
(character) paste mode, one of "auto", "comma-separated", "tab-separated", "semicolon" |
class |
(character) class of content, e.g. "numeric", "character" |
withRownames |
(logical) should the first column be used as rownames? |
withColnames |
(logical) should the first row be used as colnames? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.