query_contracts {bndesr} | R Documentation |
Downloads contracts data for the selected years, since 2002, and return it in the form of a dataframe. Note: to access the total amount disbursed, use the function query_desimbursements_data().
query_contracts(year = "all")
year |
selects the years which data will be downloaded. integer. |
a dataframe with data for the selected year.
## Not run: query_contracts(year = 2012)