I recently started with R, and got the advice to use RCurl
when I was looking for soil data from the website http://www.bodemdata.nl (a dutch site with soil data).
The query starts with a map of the Netherlands (a png-file, visible
when the button "bodemdata"
is selected). A table with output is generated after selection of a part of the map (using the information button).
Is it anyway possible to make a selection box on top of the png-file using RCurl?
Please, can someone give me a hint how to collect data from a certain location on the map? (and this is probably not the easiest way to start with R...)