get_usaspend | R Documentation |
Search the USAspending database
get_usaspend(keywords, from_date, to_date, verbose)
keywords |
Vector of strings to search |
from_date |
Date object to begin search |
to_date |
Date object to end search |
verbose |
enable verbose HTTP messages. TRUE/FALSE, default: false |
a data.frame
## Not run:
results <- usaspend_get(c("qualitative", "interview"),
"2019-01-01", "2020-01-01")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.