Generates an ACRIS url based on specified inputs

acris_bbl_url(borough_id = 1, borough = NULL, block = 689,
  lot = 17, date_from = NULL, date_to = NULL, document = NULL)

Arguments

borough_id

numeric borough id vector

borough

if not NULL borough name

block

numeric block id vector

lot

numeric lot id vector

date_from

if not NULL date starting

date_to

if not NULL date starting

document

if not NULL name of the document

Value

a url

See also

Examples

# NOT RUN {
acris_bbl_url(borough_id = 1, block = 689, lot = 17)
# }