SkillAgentSearch skills...

Ipeadatar

An R package for Ipeadata API database

Install / Use

/learn @gomesleduardo/Ipeadatar
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ipeadatar: An R Interface to the Ipeadata API

CRAN_Status_Badge CRAN_Downloads

Introduction

The ipeadatar package provides a convenient interface to the Ipeadata API, maintained by the Brazilian Institute for Applied Economic Research (Ipea). It allows direct access to macroeconomic, financial, and regional time series without requiring manual downloads from the Ipeadata website.

The package is designed to simplify the discovery, retrieval, and use of Ipeadata series within R, offering a practical and reproducible workflow for applied research and data analysis.

Installation

From CRAN

install.packages("ipeadatar")

Development version from GitHub

library(devtools)
install_github("gomesleduardo/ipeadatar")

Available functions

| Function | Description | |---------------------|---------------------------------------| | available_countries | List available countries | | available_series | List available series | | available_subjects | List available subjects | | ipeadata | Retrieve data for selected series | | metadata | Retrieve metadata for selected series | | search_series | Search for series by keywords |

Documentation

For full details and examples, see the package reference manual: R Documentation.

Related Skills

View on GitHub
GitHub Stars35
CategoryData
Updated15d ago
Forks3

Languages

R

Security Score

75/100

Audited on Mar 23, 2026

No findings