Hello every one , i'm asking for help
I'm tring to deploy an ap on shinyapps but when i try to import a csv i have a
Error in type.convert.default: invalid multibyte string
i'm pretty sure it's cause by the encoding but i try to force it in the readcsv that doesn't work so how can i succed ?
It already work locally but not in the deploy version.
any thought that could help please.
thank you very much
You're more likely to get useful help if you provide a small reprex illustrating the problem; in particularly, without the data that you're trying to read (or some subsample of it), it's very difficult for anyone to help.
But note that this problem is unrelated to shiny, and you might be able to solve it using a modern csv reading function like readr::read_csv() or data.table::fread().