Skip to contents

Retrieve a Census API key stored the .Renivron file

Usage

get_api_key()

Value

A CENSUS_KEY or CENSUS_API_KEY string stored in the user's .Renviron. file, or a warning message printed once per R session if none is found.

See also

Other helpers: has_api_key()

Examples

if (FALSE) {
get_api_key()
}