search_lobbying_representation_filings: Search Lobbying Representation Filings

View source: R/search_lobbying_representation_filings.R

search_lobbying_representation_filingsR Documentation

Search Lobbying Representation Filings

Description

Returns recent lobbying representation filings for a given search term, in batches of twenty.

Usage

search_lobbying_representation_filings(query, page = 1, myAPI_Key)

Arguments

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.

Value

List of returned JSON from endpoint that retrieves

Examples

## Not run: 
search_lobbying_representation_filings('Facebook')

## End(Not run)

ProPublicaR documentation built on Sept. 8, 2023, 5:53 p.m.