Skip to content

gomesleduardo/ipeadatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An R package for Ipeadata API database

CRAN_Status_Badge CRAC_Downloads

Introduction

This R package is an easier alternative to use the dataset of Brazilian Institute for Applied Economic Research (Ipea). It allows directly access to the macroeconomic, financial and regional databases. This package helps you to find the series you're looking for without the need to go on the Ipeadata website to find it and downloading it. This is a pratical way to use the Ipea databases on R.

Instalation

Via CRAN

install.packages("ipeadatar")

Via GitHub

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

Functions list

Functions Outputs
available_countries List with available countries
available_series List with available series
available_subjects List with available subjects
available_territories List with available territorial divisions
ipeadata Returns a database about the requested series
metadata Returns a metadata about the requested series
search_series List with searched series

Help

For more details and examples, see R Documentation.

For a brief tutorial, visit this vignette.

Releases

No releases published

Packages

No packages published

Languages