guess_file_encoding: Guess encoding of file

View source: R/helper_functions.R

guess_file_encodingR Documentation

Guess encoding of file

Description

Guess encoding of file

Usage

guess_file_encoding(path, prefer = list(`UTF-8` = 0.2, `ISO-8859-1` = 0.2))

Arguments

path

Path to file

prefer

Named list of encodings, used to give higher confidence to specific encodings.

Value

Character


pxmake documentation built on April 11, 2025, 6:06 p.m.