read_text {iNZightTools} | R Documentation |
Read text as data
Description
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(s)
Tom Elliott
[Package iNZightTools version 2.0.1 Index]