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")
}
wilsonfreitas/rbcb documentation built on Jan. 28, 2024, 11:21 a.m.