knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of bnmr is to provide a set of convenient wrapper functions for the Central Bank of Malaysia's API.
To install bnmr, run the following code (requires remotes):
# install.packages("remotes") remotes::install_github("philip-khor/bnmr")
This is a basic example which shows you how to solve a common problem:
library(bnmr) get_base_rate()
This project is licensed under the terms of the MIT license.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.