Which encoding for French, please?

Use R Markdown

dados <- read_delim(file1, 
                    delim = ",", 
                    locale = locale (encoding='???'))

I think that wil be fr-FR.

Regards

Thank you very much!

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.