cong_crs_report | R Documentation |
Request Congressional Research Service (CRS) Report Information
cong_crs_report(
crs_id = NULL,
from_date = NULL,
to_date = NULL,
limit = 20,
offset = 0,
format = "json",
clean = TRUE
)
crs_id |
Optional CRS identifier. If provided, returns a specific report. |
from_date |
Start date for search, e.g. |
to_date |
End date for search, e.g. |
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 |
Should output be returned as a tibble ( |
A tibble::tibble
or raw HTTP response if clean = FALSE
.
# Requires API Key
cong_crs_report()
cong_crs_report(crs_id = '93-792')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.