Read Lines by Giving the File Encoding
read_lines(file, ..., encoding = "unknown", fileEncoding = "")
Arguments
- file
a connection object or character string
- ...
arguments passed to readLines
- encoding
passed to readLines
.
- fileEncoding
The name of the encoding to be assumed. Passed as
encoding
to file
, see there.