file_coding | R Documentation |
This function detects the encoding of input files. You can also check encoding with checkenc package which is on GitHub.
file_coding(file)
filecoding(file)
file |
A file path. |
This function will choose the most likely encoding, and it will be more stable for a large input text file.
The encoding of file
Wu Yongwei, Qin wenfeng
https://github.com/adah1972/tellenc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.