How can I adapt the code given in this answer for county?
Latitude Longitude Coordinates to State Code in R
Please help. Thanks.
How can I adapt the code given in this answer for county?
Latitude Longitude Coordinates to State Code in R
Please help. Thanks.
it's well documented. for that kind of job you'll definitely have to use an external data source, no matter which one
anyway, it's an XML file you retrieve and as i could see R has very good XML support
http://developer.here.com/ is an awesome API. it provides you with plenty of info based on coordinates
basically it's a REST API