file_coding: Files encoding detection

Description Usage Arguments Details Value Author(s) References See Also

View source: R/RcppExports.R

Description

This function detects the encoding of input files. You can also check encoding with checkenc package which is on GitHub.

Usage

1
2
3

Arguments

file

A file path.

Details

This function will choose the most likely encoding, and it will be more stable for a large input text file.

Value

The encoding of file

Author(s)

Wu Yongwei, Qin wenfeng

References

https://github.com/adah1972/tellenc

See Also

https://github.com/qinwf/checkenc


jiebaR documentation built on Dec. 16, 2019, 1:19 a.m.