ggmap (version 3.0.0)

ggmap_options: ggmap Options

Description

ggmap stores options as a named list in R's global options, i.e. getOption("ggmap"). It currently stores two such options, one for Google credentialing and one to suppress private API information in the URLs printed to the screen when web queries are placed. For both of those, see register_google.

Usage

set_ggmap_option(...)

ggmap_credentials()

Arguments

...

a named listing of options to set

Author

David Kahle david.kahle@gmail.com

See Also

register_google

Examples

Run this code

getOption("ggmap")

Run the code above in your browser using DataLab