read_delim_clip {k5} | R Documentation |
Read a table from the clipboard
Description
Use readr::read_delim()
on a string copied to the clipboard. Defaults to
tab separator like given when copying cells from spreadsheets.
Usage
read_delim_clip(delim = "\t", ...)
Arguments
delim |
Single character used to separate fields within a record. |
... |
Additional arguments passed to |
Value
A data frame read from the clipboard.
[Package k5 version 0.2.1 Index]