5
I would like to know how I would collect data from a website.
The site is http://www.ons.org.br/historico/energia_natural_afluente.aspx . There I have to download all the operational historical data from power generation to Affluent Natural Energy. The problem is that within each data series, you are directed to a page to make the selection of the subsystem (SE/CO, S, NE and N), unit, year, etc. And when the options are selected, page link is not changed so you cannot discriminate to scan automatically.
I wish to make a database with all this information. As I use R a lot, I would like to know an R code for such.
If it is just download and if the navigability is simple, you can use seleniumhq, this tool automates browser operations, maybe it can help you.
– RBoschini