Package: lobby
Title: Interact with the 'US Senate Lobbying Disclosure API'
Version: 0.0.2
Authors@R:
person(given = "Christopher T.",
family = "Kenny",
role = c("aut", "cre"),
email = "ctkenny@proton.me",
comment = c(ORCID = "0000-0002-9386-6860"))
Description: Download and read data on lobbying in the United States
Congress. Data is queried from the Senate's Application
Programming Interface (). This
supports filings since 2008. Functions exist for all primary
data endpoints, including queries by filings, contributions,
registrations, clients, and lobbyists.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports: cli, dplyr, httr2, jsonlite, purrr, tibble
Suggests: spelling, testthat (>= 3.0.0), vcr (>= 2.0.0)
Depends: R (>= 4.1.0)
Config/testthat/edition: 3
Config/Needs/website: christopherkenny/ctktemplate
URL: https://github.com/christopherkenny/lobby,
https://christophertkenny.com/lobby/
Language: en-US
Config/pak/sysreqs: libssl-dev
Repository: https://christopherkenny.r-universe.dev
Date/Publication: 2026-05-01 16:15:15 UTC
RemoteUrl: https://github.com/christopherkenny/lobby
RemoteRef: HEAD
RemoteSha: aa262f6acc084df7d89f3d0ae38d4da29b45e83f
NeedsCompilation: no
Packaged: 2026-05-31 06:19:38 UTC; root
Author: Christopher T. Kenny [aut, cre] (ORCID:
)
Maintainer: Christopher T. Kenny