R/rbcb_get.R

Defines functions rbcb_get

Documented in rbcb_get

#' Gets data from BCB open data services
#'
#' Gets SGS, currency, market expectations and many other datasets
#' from the Brazilian Central Bank open data services.
#'
#' @param x an object that represents the kind of data to be downloaded
#' @param ... others arguments
#'
#' @return a dataset with the corresponding data (usually a `tibble`)
#' @export
rbcb_get <- function(x, ...) {
  UseMethod("rbcb_get")
}

Try the rbcb package in your browser

Any scripts or data that you put into this service are public.

rbcb documentation built on Oct. 13, 2023, 1:10 a.m.