I would like to read a CSV file from a website into my R Shiny app.
This CSV file contains data that will regularly be updated on the website and so downloading the file once and accessing it on my local computer will not suffice.
Is a a way to automatically download and read the CSV file into the app every time is it launched?