r - How can a shiny app handle read.csv of an https located csv file the way a local instance can? -


i have shinyapps.io application running fine, referencing number of google sheets (by using publish->csv). means can read.csv(url) https://... urls both locally , in shiny app. that's excellent.

however, 1 of data partners offered csv file @ own https location, , time application failed

"error: cannot open connection 'https://www.ncdetect.com/publicdownload/overdosereport.csv'"

i've seem handful of seemingly related questions elsewhere, though none ended being helpful.

the (public data) file can read.csv() in shiny app here, though it's downloadable , local instance can handle fine: https://www.ncdetect.com/publicdownload/overdosereport.csv .


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -