readthat icon indicating copy to clipboard operation
readthat copied to clipboard

Read Text Data

Results 1 readthat issues
Sort by recently updated
recently updated
newest added

`readr::read_lines()` is not equivalent to `readthat::read()`, or `readLines()`, the former returns a single vector with the full file contents whereas the latter are returning a vector of lines. You should...