get_default_geocoder | R Documentation |
The geocode function can use google, pickpoint, or data science toolkit to turn human-readable names into coordinates. Use these methods to get/set the default source. These will need to be called once per namespace load.
get_default_geocoder()
set_default_geocoder(geocoder)
geocoder |
The new source to use. One of "pickpoint", "google", or "dsk". |
get_default_geocoder()
set_default_geocoder("google")
(set_default_geocoder(NULL))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.