Nothing
#' 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")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.