search_lobbying_representation_filings {ProPublicaR}R 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)

[Package ProPublicaR version 1.1.4 Index]