I'm trying to scrape data from this website, which seems it was built using Shinyapp.
I need to:
- access each group from "Unidade Territorial:" option,
- See "Dados"
- then, download the .csv file for that specific group and years.
I've been using Rselenium on R to do that, but I have not succeeded. Any help will be appreciated.