acris_urls_data.Rd
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)
urls | a vector of urls |
---|---|
resolve_parties | if |
parse_document_urls | if |
nest_data | if |
sleep_time | amount of time to sleep in between scrapes |
return_message | if |
a tibble
Other ACRIS: acris_bbl_data
,
acris_bbl_url
,
acris_boroughs_docs
,
acris_people
,
dictionary_document_class
,
ocr_acris_documents
# 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) # }