query_contracts {bndesr}R Documentation

Query the data of the loan contracts made through the National Bank for Economic and Social Development (BNDES).

Description

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().

Usage

query_contracts(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_contracts(year = 2012)


[Package bndesr version 1.0.3 Index]