Description Usage Arguments Value Examples
Generates a tibble containing zip URLs for specified inputs
1 2 3 4 5 6 7 | bulk_usa_spending_urls(
years = 2001:2020,
types = c("contracts", "assistance"),
agencies = NA,
api_version = 2,
return_message = T
)
|
years |
vector of years starting in 2001 |
types |
type of award
|
agencies |
if not |
api_version |
API version, as of December 2019 it is 2 |
return_message |
if |
tibble
1 | bulk_usa_spending_urls(years = 2001:2020, types = c('contracts', 'assistance'), agencies = NA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.