get_api_key {censusapi} | R Documentation |
Retrieve a Census API key stored the .Renivron file
Description
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
## Not run:
get_api_key()
## End(Not run)
[Package censusapi version 0.9.0 Index]