read_text: Read text as data

View source: R/read_text.R

read_textR 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


iNZightVIT/iNZightTools documentation built on April 8, 2024, 10:25 a.m.