Read data in script coming from shiny download button

Hi all,

Using this exemple as a basis, is there a way to have in an R script something like:

data <- read.csv('https://gallery.shinyapps.io/039-download-file/_w_40a266ee/session/'4053bf79d19be52efe28bfa3a3d10380'/download/downloadData?w=40a266ee').

I had the link above with a right-click on the download button but the id highlighted above in bold is not stable so I'm guessing i would need to first get that number and build the url with that.

Long shorty short, i want to read data that's coming from a shiny app that's updated every day without having to download manually the dataset every day.

Thanks!

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.