Request House Requirement data
Usage
cong_house_requirement(
number = NULL,
item = NULL,
limit = 20,
offset = 0,
format = "json",
clean = TRUE
)Arguments
- number
Requirement's assigned number. Numeric.
- item
Information to request. Can be
'matching-communications'.- 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 = FALSE. One ofxmlorjson.- clean
Default is TRUE. Should output be returned as a
tibble(TRUE) or requestedformat.
Value
a tibble::tibble or HTTP response if clean = FALSE
