Description
Download Data from the Reserve Bank of New Zealand Website.
Description
Provides a convenient way of accessing data published by the Reserve Bank of New Zealand (RBNZ) on their website, <https://www.rbnz.govt.nz/statistics>. A range of financial and economic data is provided in spreadsheet format including exchange and interest rates, commercial lending statistics, Reserve Bank market operations, financial institution statistics, household financial data, New Zealand debt security information, and economic indicators. This package provides a method to download those spreadsheets and read them directly into R.
README.md
RBNZ
The RBNZ package allows users to download data from the Reserve Bank of New Zealand website.
An overview of the package can be found in vignettes/Overview.Rmd.
Installation
## Install from CRAN:
install.packages('RBNZ')
## Install the development version from GitHub:
## install.packages("devtools")
devtools::install_github("rntq472/RBNZ")