Dear,
I'm having trouble reading the CSV file from the link https://brasil.io/dataset/covid19/caso/?state=PB&format=csv. I tried in the following ways:
readr::read_csv("https://brasil.io/dataset/covid19/caso/?state=PB&format=csv")
#or
read.csv("https://brasil.io/dataset/covid19/caso/?state=PB&format=csv/")
Apparently the reading is done correctly, but the return is an HTML file. How to read the table correctly?