View source: R/scrapping_pack.R
get.IBR | R Documentation |
Function to extract the nominal IBR rate time serie from the Colombian Central Bank.
get.IBR(nom = "ON")
nom |
The interest rate period.
Default is "ON". |
The dataframe with dates and the IBR.
## Not run: ON <- get.IBR("ON"); M1 <- get.IBR("1M"); M3 <- get.IBR("3M"); M6 <- get.IBR("6M"); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.