Transforms clipped content into a data frame by putting
read_clip() output by using read.table().
Usage
read_clip_tbl(x = read_clip(), ...)Arguments
- x
Defaults to reading from the clipboard, but can be substituted by a character vector already generated by
read_clip().- ...
Options to pass to
read.table(). The followingread.table()arguments will be passed by default, but can be overridden by specifying them when callingread_clip_tbl:headerTRUEsep"\t"row.names1stringsAsFactorsFALSEna.stringsc("NA", "")strip.whiteTRUE