View source: R/bing_maps_api_key.R
bing_maps_api_key | R Documentation |
This function will add your CENSUS API key to your .Renviron file so it can
be called securely without being stored in your code. After you have
installed your key, it can be called any time with get_bing_maps_api_key()
.
bing_maps_api_key(
key,
overwrite = FALSE,
install = FALSE,
default = "BING_MAPS_API_KEY"
)
get_bing_maps_api_key(
key = NULL,
default = "BING_MAPS_API_KEY",
call = caller_env()
)
key |
The API key provided to you from the Bing Maps Dev Center formatted in quotes. A key can be acquired at https://www.bingmapsportal.com/ |
overwrite |
If this is set to |
install |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.