Returns ACRIS data for a vector of URLS

acris_urls_data(urls = c("https://a836-ACRIS.nyc.gov/bblsearch/bblsearch.asp?borough=1&block=729&lot=50",
  "https://a836-ACRIS.nyc.gov/bblsearch/bblsearch.asp?borough=1&block=1030&lot=15"),
  resolve_parties = T, parse_document_urls = FALSE,
  nest_data = FALSE, sleep_time = 0.01, widen_party_data = F,
  return_message = TRUE)

Arguments

urls

a vector of urls

resolve_parties

if TRUE resolves parties

parse_document_urls

if TRUE parses document URLS

nest_data

if TRUE nests data

sleep_time

amount of time to sleep in between scrapes

return_message

if TRUE returns a message

Value

a tibble

See also

Examples

# NOT RUN {
acris_urls_data(urls = c( "https://a836-ACRIS.nyc.gov/bblsearch/bblsearch.asp?borough=1&block=729&lot=50", "https://a836-ACRIS.nyc.gov/bblsearch/bblsearch.asp?borough=1&block=1030&lot=15"), resolve_parties = F, parse_document_urls = FALSE, nest_data = FALSE, sleep_time = .01, return_message = TRUE)
# }