Learn R Programming

idbr (version 1.2)

idb_api_key: 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

Run this code
if (FALSE) {

idb_api_key('Your API key goes here')

}

Run the code above in your browser using DataLab