Examples for 'brio::read_lines'


Read text lines from a file

Aliases: read_lines

Keywords:

### ** Examples

authors_file <- file.path(R.home("doc"), "AUTHORS")
data <- read_lines(authors_file)

[Package brio version 1.1.3 Index]