View source: R/list_lobbyists.R
| lob_list_lobbyists | R Documentation |
List Lobbyists
lob_list_lobbyists(
id = NULL,
lobbyist_name = NULL,
ordering = NULL,
page = NULL,
page_size = NULL,
registrant_id = NULL,
registrant_name = NULL,
clean = TRUE
)
id |
ID. Integer value. |
lobbyist_name |
Lobbyist Name. String value. |
ordering |
Which field to use when ordering the results. String value. |
page |
A page number within the paginated result set. Integer value. |
page_size |
Number of results to return per page. Integer value. |
registrant_id |
Registrant ID. Integer value. |
registrant_name |
Registrant Name. String value. |
clean |
Default is TRUE. Should output be returned as a |
a tibble of lobbyists
lob_list_lobbyists()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.