knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

bnmr

codecov R-CMD-check pages-build-deployment test-coverage

The goal of bnmr is to provide a set of convenient wrapper functions for the Central Bank of Malaysia's API.

Installation

To install bnmr, run the following code (requires remotes):

# install.packages("remotes")
remotes::install_github("philip-khor/bnmr")

Example

This is a basic example which shows you how to solve a common problem:

library(bnmr)
get_base_rate()

License

This project is licensed under the terms of the MIT license.



philip-khor/bnmr documentation built on Nov. 23, 2023, 6:59 a.m.