retrieve_key | R Documentation |
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"))
API |
Which API are you accessing |
the key from config.yml or global environment variables key_congress/key_campaign_finance
## Not run:
retrieve_key('congress')
retrieve_key('campaign-finance')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.