We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ANOMALIE Problème d'encoding sur les accents lors de la lecture du fichier departements-region.csv
CONTOURNEMENT Aucun
ANALYSE
CORRECTION ATTENDUE Préciser l'encoding UTF-8 comme ceci : nom_departement <- read.csv("data/csv/departements-region.csv", fileEncoding="UTF-8" , sep=",", header = TRUE)
The text was updated successfully, but these errors were encountered:
Merge pull request #109 from JeanGarf/#107_utf-8
83fba02
#107 utf 8
No branches or pull requests
ANOMALIE
Problème d'encoding sur les accents lors de la lecture du fichier departements-region.csv
CONTOURNEMENT
Aucun
ANALYSE
CORRECTION ATTENDUE
Préciser l'encoding UTF-8 comme ceci :
nom_departement <- read.csv("data/csv/departements-region.csv", fileEncoding="UTF-8" , sep=",", header = TRUE)
The text was updated successfully, but these errors were encountered: