powered by
read_lines(file, n_max = -1L)
Files ending in .gz, .bz2, .xz, or .zip will be automatically uncompressed. Files starting with
.gz
.bz2
.xz
.zip
n
read_lines(system.file("extdata/mtcars.csv", package = "readr")) read_lines("1\n\n2") read_lines("\n")
Run the code above in your browser using DataLab