cong_record | R Documentation |
Request Congressional Record Information
cong_record(
year = NULL,
month = NULL,
day = NULL,
limit = 20,
offset = 0,
format = "json",
clean = TRUE
)
year |
integer for year |
month |
integer for month |
day |
integer for day of month |
limit |
number of records to return. Default is 20. Will be truncated to between 1 and 250. |
offset |
number of records to skip. Default is 0. Must be non-negative. |
format |
Output format for |
clean |
Default is TRUE. Should output be returned as a |
tibble
or HTTP response if clean = FALSE
# Requires API Key
cong_record()
cong_record(year = 2022, month = 6, day = 28)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.