View source: R/search_lobbying_representation_filings.R
search_lobbying_representation_filings | R Documentation |
Returns recent lobbying representation filings for a given search term, in batches of twenty.
search_lobbying_representation_filings(query, page = 1, myAPI_Key)
query |
keyword or phrase |
page |
Results come in batches of 20. The page parameter specifies which one to retrieve. |
myAPI_Key |
API key from Propublica To use the congress API, you must sign up for an API key. |
List of returned JSON from endpoint that retrieves
## Not run:
search_lobbying_representation_filings('Facebook')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.