query_desimbursements {bndesr} | R Documentation |
Query data on loan disbursements made through the National Bank for Economic and Social Development (BNDES).
Description
Downloads the data on loan disbursements for the selected years, since 1995, and return it in the form of a dataframe.
Usage
query_desimbursements(year = "all")
Arguments
year |
selects the years which data will be downloaded. integer. |
Value
a dataframe with data for the selected year.
Examples
## Not run: query_desimbursements(year = c(1999:2010))
[Package bndesr version 1.0.3 Index]