acris_bbl_data.Rd
This function acquires ACRIS recordings for a specified borough, lot and block.
acris_bbl_data(borough = "Manhattan", block = 1291, lot = 10, unit = NULL, document = NULL, date_from = NULL, date_to = NULL, rows_max = NULL, resolve_parties = T, widen_party_data = F, parse_all_documument_data = FALSE, return_message = TRUE)
borough | name of the borough options include
|
---|---|
block | numeric vector of the block |
lot | numeric vector of the lot |
unit | character vector of the unit |
document | if not |
date_from | if not |
date_to | if not |
rows_max | if not |
resolve_parties | if |
widen_party_data | i |
parse_all_documument_data | if |
return_message | if |
a tibble
Search can be limited to specific document types
Other ACRIS: acris_bbl_url
,
acris_boroughs_docs
,
acris_people
,
acris_urls_data
,
dictionary_document_class
,
ocr_acris_documents
Other BBL: address_data_to_bbls
,
addresses_to_bbls
,
bbl_to_address
,
bbls_address_data
# NOT RUN { acris_bbl_data(borough = "Manhattan", block = 1291, lot = 10) # }