8000 GitHub - pedrocostaferreira/BETS: It provides access to and information about the most important Brazilian economic time series - from the Getulio Vargas Foundation <http://portal.fgv.br/en>, the Central Bank of Brazil <http://www.bcb.gov.br> and the Brazilian Institute of Geography and Statistics <http://www.ibge.gov.br>. It also presents tools for managing, analysing (e.g. generating dynamic reports with a complete analysis of a series) and exporting these time series.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

It provides access to and information about the most important Brazilian economic time series - from the Getulio Vargas Foundation <http://portal.fgv.br/en>, the Central Bank of Brazil <http://www.bcb.gov.br> and the Brazilian Institute of Geography and Statistics <http://www.ibge.gov.br>. It also presents tools for managing, analysing (e.g. gen…

Notifications You must be signed in to change notification settings

pedrocostaferreira/BETS

Repository files navigation

Build Status CRAN_Status_Badge downloads Build Status

DEPRECATED!!! please, go to: https://github.com/nmecsys/BETS

BETS - Brazilian Economic Times Series

Installation

install.packages("BETS") 

Usage

library(BETS)

Warning

The last version of RMySQL is not working properly, therefore, if you install it along with BETS, some functions won't work. To solve it, do the following:

remove.packages(c("RMySQL","DBI"))
install.packages("devtools")
devtools::install_version("DBI", version = "0.5", repos = "http://cran.us.r-project.org")
devtools::install_version("RMySQL", version = "0.10.9", repos = "http://cran.us.r-project.org") 

About

It provides access to and information about the most important Brazilian economic time series - from the Getulio Vargas Foundation <http://portal.fgv.br/en>, the Central Bank of Brazil <http://www.bcb.gov.br> and the Brazilian Institute of Geography and Statistics <http://www.ibge.gov.br>. It also presents tools for managing, analysing (e.g. gen…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0