↧
Answer by user3736295 for Accent mark in R-Shiny app
You can solve this with "Save with encoding" your file in UTF-8. I had the same issue with accent marks and used this guide https://shiny.rstudio.com/articles/unicode.html
View ArticleAccent mark in R-Shiny app
I am new to shiny and am trying to input html tags for adding some header text but the words that contain an accent mark (as very usual in spanish) results in error. For example, the code below...
View Article