convEncoding | R Documentation |
convert character column in a dataset to a new encoding (old encoding should be given)
convEncoding(df, originalEncoding = "UTF-8", targetEncoding = NULL)
df |
A dataset |
originalEncoding |
The originale encoding value (accepted value can be obtained via iconvlist()) |
targetEncoding |
The target encoding value (For R should be latin1 or UTF-8) |
The newly encoded dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.