Description Usage Arguments Value References See Also Examples
A function to return the countries, states, provinces, cities, constituencies and neighborhoods that the latitude and longitude point lies within
1 | coordinates2politics(latitude, longitude, session = RCurl::getCurlHandle())
|
latitude |
The latitude (numeric) of the point you wish to reference. |
longitude |
The longitude (numeric) of the point you wish to reference. |
session |
The CURLHandle object giving the structure for the options and that will process the command. For curlMultiPerform, this is an object of class code MultiCURLHandle-class. |
Returns a JSON string.
http://www.datasciencetoolkit.org/developerdocs#coordinates2politics
1 2 3 4 | ## Not run:
coordinates2politics(37.769456, -122.429128)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.