I am trying to read a CSV file from this website (https://coronavirus.ohio.gov/static/dashboards/vaccine_data.csv) but I keep getting an error
'Error in open.connection(7L, "rb") : HTTP error 404.'
df <- read_csv("https://coronavirus.ohio.gov/static/dashboards/vaccine_data.csv")
Not sure where I am going wrong.
Thanks in advance for your assistance.