View source: R/read_clip_tbl.R
read_clip_tbl | R Documentation |
read_clip()
into data frame.Transforms clipped content into a data frame by putting
read_clip()
output by using read.table()
.
read_clip_tbl(x = read_clip(), ...)
x |
Defaults to reading from the clipboard, but can be substituted by a
character vector already generated by |
... |
Options to pass to
|
A data frame with the contents of the clipboard. If the system
clipboard is empty, returns NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.