idb_api_key {idbr} | R Documentation |
Set the Census API key
Description
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.
Usage
idb_api_key(api_key)
Arguments
api_key |
The idbr user's Census API key. Can be obtained from https://api.census.gov/data/key_signup.html. |
Examples
## Not run:
idb_api_key('Your API key goes here')
## End(Not run)
[Package idbr version 1.2 Index]