I would like to get some help from R community. I want to show "ā" instead of "a", e.g. display Māori instead of Maori in R shiny app. Does anyone know how to do that?
When I read csv, I have been using
encoding = "UTF-8" and also using "M\u101ori"
But, when I build the R shiny app, it still shows Maori.