readLinesWithEncoding: Read Lines by Giving the File Encoding

View source: R/readLinesWithEncoding.R

readLinesWithEncodingR Documentation

Read Lines by Giving the File Encoding

Description

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.


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.