powered by
This function is primarily meant to be used by pp_query to determine the API keys if not passed explicitly.
retrieve_key(API = c("congress", "campaign-finance"))
the key from config.yml or global environment variables key_congress/key_campaign_finance
Which API are you accessing
if (FALSE) { retrieve_key('congress') retrieve_key('campaign-finance') }
Run the code above in your browser using DataLab