read_clip_tbl_guess {datapasta} | R Documentation |
read_clip_table_guess
Description
Similar to read_clip_tbl from clipr, however it will error if there are less than 2 rows and it tries to guess the separator.
Usage
read_clip_tbl_guess(x = NULL, ...)
Arguments
x |
contents of the clipboard |
... |
arguments passed to read.table |
Value
a parsed table from the clipboard. Separator is guessed.
[Package datapasta version 3.1.0 Index]