Skip to contents

The text can also be the value `"clipboard"` which will use `readr::clipboard()`.

Usage

read_text(txt, delim = "\t", ...)

Arguments

txt

character string

delim

the delimiter to use, passed to `readr::read_delim()`

...

additional arguments passed to `readr::read_delim()`

Value

data.frame

Author

Tom Elliott