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