Learn R Programming

bndesr (version 1.0.4)

query_contracts: 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")

Value

a dataframe with data for the selected year.

Arguments

year

selects the years which data will be downloaded. integer.

Examples

Run this code
if (FALSE) query_contracts(year = 2012)

Run the code above in your browser using DataLab