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)

Arguments

borough

name of the borough options include

  • Manhattan

  • Brooklyn

  • Bronx

  • Queens

  • Staten Island

block

numeric vector of the block

lot

numeric vector of the lot

unit

character vector of the unit

document

if not NULL, the type of document

date_from

if not NULL, date records start

date_to

if not NULL date records end

rows_max

if not NULL maximum records

resolve_parties

if TRUE resolves party names

widen_party_data

i

parse_all_documument_data

if TRUE parses document details

return_message

if TRUE returns a message

Value

a tibble

Details

Search can be limited to specific document types

References

ACRIS

See also

Examples

# NOT RUN {
acris_bbl_data(borough = "Manhattan", block = 1291, lot = 10)
# }