Generates a tibble containing zip URLs for specified inputs
bulk_usa_spending_urls(
years = 2001:2020,
types = c("contracts", "assistance"),
agencies = NA,
api_version = 2,
return_message = T
)
vector of years starting in 2001
type of award
contracts - contract spending
assistance - financial assistance awards
if not NA
vector of agency names, NA
returns
all agencies
API version, as of December 2019 it is 2
if TRUE
returns a message
tibble
bulk_usa_spending_urls(years = 2001:2020, types = c('contracts', 'assistance'), agencies = NA)