acris_people.Rd
Returns ACRIS data for specified persons based upon parameters
acris_people(people = c("Weinstein", "J Kushner"), boroughs = "All", documents = "All", party_names = "All", date_from = "1900-01-01", date_to = Sys.Date(), resolve_parties = T, parse_all_documents = FALSE, clean_names = TRUE, rows_max = 999999, nest_data = FALSE, return_message = TRUE)
people | vector of people names |
---|---|
boroughs | character vector of boroughs whose options include
|
documents | if not |
party_names | vector of party name type, default |
date_from | if not |
date_to | if not |
resolve_parties | if |
parse_all_documents | if |
clean_names | if |
rows_max | if not |
nest_data | if |
return_message | if |
Other ACRIS: acris_bbl_data
,
acris_bbl_url
,
acris_boroughs_docs
,
acris_urls_data
,
dictionary_document_class
,
ocr_acris_documents
# NOT RUN { df_people <- acris_people( people = c("Weinstein", "J Kushner", "Marv Albert"), boroughs = "All", documents = "All", party_names = "All", date_from = "1900-01-01", date_to = Sys.Date(), resolve_parties = F, parse_all_documents = FALSE, clean_names = TRUE, rows_max = 999999, nest_data = FALSE, return_message = TRUE) # }