Retrieve a specific lobbyist by their ID
Usage
lob_retrieve_lobbyist(id, clean = TRUE)
Arguments
- id
ID. Integer value.
- clean
Default is TRUE. Should output be returned as a tibble (TRUE) or list.
Value
a tibble of lobbyist
Examples
if (FALSE) { # has_lobby_key()
lob_retrieve_lobbyist(id = 1)
}