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