Learn R Programming

BacenAPI (version 0.3.1)

dataset: Financial Indicators Dataset

Description

This dataset contains information on financial indicator series available from BacenAPI.

Usage

dataset

Arguments

Format

A data frame with multiple rows and 5 columns:

Code

(character) The unique series number.

Full_Name

(character) The name of the financial series.

Unit

(character) The unit of measurement for the data.

Periodicity

(character) The frequency of data collection (e.g., daily, monthly, yearly).

Start_Date

(Date) The starting date of the series.

Examples

Run this code
data("dataset")
head(dataset)

Run the code above in your browser using DataLab