idb_api_key: Set the Census API key

Description Usage Arguments Examples

View source: R/idb-deprecated.R

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

1
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

1
2
3
4
5
6
## Not run: 

idb_api_key('Your API key goes here')


## End(Not run)

Example output



idbr documentation built on April 12, 2021, 1:07 a.m.