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
Post a Comment