query_desimbursements {bndesr} | R Documentation |
Downloads the data on loan disbursements for the selected years, since 1995, and return it in the form of a dataframe.
query_desimbursements(year = "all")
year |
selects the years which data will be downloaded. integer. |
a dataframe with data for the selected year.
## Not run: query_desimbursements(year = c(1999:2010))