Learn R Programming

iNZightTools (version 2.0.1)

read_text: Read text as data

Description

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

Usage

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

Value

data.frame

Arguments

txt

character string

delim

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

...

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

Author

Tom Elliott