View source: R/idb-deprecated.R
idb_api_key | R Documentation |
Use to set the Census API key in an idbr session so that the key does not have to be passed to each
idb1
or idb5
function call.
idb_api_key(api_key)
api_key |
The idbr user's Census API key. Can be obtained from https://api.census.gov/data/key_signup.html. |
## Not run:
idb_api_key('Your API key goes here')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.