Hi,
I'm having a problem with the deployment of my app.
The code supposed to download some csv files from this pages:
https://cloud.minsa.gob.pe/s/Y8w3wHsEdYQSZRp/download and https://cloud.minsa.gob.pe/s/Md37cjXmjT9qYSa/download', but when i try to read them trough the read.csv function it throws this message at the log console:
2020-06-06T01:03:57.306412+00:00 shinyapps[2416251]: Warning in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
2020-06-06T01:03:57.306414+00:00 shinyapps[2416251]: entrada inválida encontrada en la conexión de entrada 'https://cloud.minsa.gob.pe/s/Y8w3wHsEdYQSZRp/download'
2020-06-06T01:03:57.992442+00:00 shinyapps[2416251]: Warning in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
2020-06-06T01:03:57.992443+00:00 shinyapps[2416251]: entrada inválida encontrada en la conexión de entrada 'https://cloud.minsa.gob.pe/s/Md37cjXmjT9qYSa/download'
I know that the files have accents and already have tried to set the encoding to utf-8 or latin-1. ( fileenconding and encoding arguments from the function itself, also tried with the global encoding argument in options)
Any help will be appreciated.
Thanks in advance.
Here is my session info:
2020-06-06T01:02:59.848892+00:00 shinyapps[2416251]: Server version: 1.8.2.1-12
2020-06-06T01:02:59.848927+00:00 shinyapps[2416251]: LANG: es_ES.UTF-8
2020-06-06T01:03:00.014261+00:00 shinyapps[2416251]:
2020-06-06T01:02:59.848928+00:00 shinyapps[2416251]: R version: 4.0.0
2020-06-06T01:03:00.014263+00:00 shinyapps[2416251]: Starting R with process ID: '27'
2020-06-06T01:02:59.848929+00:00 shinyapps[2416251]: shiny version: 1.4.0.2
2020-06-06T01:03:00.037354+00:00 shinyapps[2416251]:
2020-06-06T01:02:59.849116+00:00 shinyapps[2416251]: Using pandoc: /opt/connect/ext/pandoc2
2020-06-06T01:03:00.004753+00:00 shinyapps[2416251]: Using jsonlite for JSON processing
2020-06-06T01:02:59.848938+00:00 shinyapps[2416251]: rmarkdown version: (none)
2020-06-06T01:02:59.848929+00:00 shinyapps[2416251]: httpuv version: 1.5.3.1
2020-06-06T01:03:00.037356+00:00 shinyapps[2416251]: Listening on http://127.0.0.1:40522
2020-06-06T01:02:59.848939+00:00 shinyapps[2416251]: knitr version: (none)
2020-06-06T01:02:59.848970+00:00 shinyapps[2416251]: jsonlite version: 1.6.1
2020-06-06T01:02:59.848978+00:00 shinyapps[2416251]: htmltools version: 0.4.0
2020-06-06T01:02:59.848978+00:00 shinyapps[2416251]: RJSONIO version: (none)
2020-06-06T01:03:32.909493+00:00 shinyapps[2416251]: Server version: 1.8.2.1-12
2020-06-06T01:03:32.909517+00:00 shinyapps[2416251]: LANG: es_ES.UTF-8
2020-06-06T01:03:32.909517+00:00 shinyapps[2416251]: R version: 4.0.0
2020-06-06T01:03:32.909518+00:00 shinyapps[2416251]: shiny version: 1.4.0.2
2020-06-06T01:03:32.909518+00:00 shinyapps[2416251]: httpuv version: 1.5.3.1
2020-06-06T01:03:32.909518+00:00 shinyapps[2416251]: rmarkdown version: (none)
2020-06-06T01:03:32.909533+00:00 shinyapps[2416251]: jsonlite version: 1.6.1
2020-06-06T01:03:32.909533+00:00 shinyapps[2416251]: knitr version: (none)
2020-06-06T01:03:32.909540+00:00 shinyapps[2416251]: RJSONIO version: (none)
2020-06-06T01:03:32.909705+00:00 shinyapps[2416251]: Using pandoc: /opt/connect/ext/pandoc2
2020-06-06T01:03:33.060199+00:00 shinyapps[2416251]: Using jsonlite for JSON processing