I'm trying to import the following file into R studio Eurostat NUTS NOMENCLATURE
When i import the file into excel the text is fine, however when i try this in R i get scrambled text for Belgium and Greek names e.g.
I've tried to import the file using the following library are using various encoding settings but with no success.
library("xlsx")
nuts_codes_all <-xlsx::read.xlsx("name of file", encoding="UTF-8")
Anyone know how i can fix this?