View source: R/helper_functions.R
guess_file_encoding | R Documentation |
Guess encoding of file
guess_file_encoding(path, prefer = list(`UTF-8` = 0.2, `ISO-8859-1` = 0.2))
path |
Path to file |
prefer |
Named list of encodings, used to give higher confidence to specific encodings. |
Character
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.