R/BETSsources.R

#' @title Display a list of sources available at BETS package
#'
#' @description Display a list of sources available at BETS package in console. The numbers of
#' sources will increase wiht new versions of the package.
#'
#'
#' @export 


BETSsources <- function(){
    return(message("The sources available at BETS, to date, are: \n >  Banco Central, IBGE, Sidra, FGV"))
}
nmecsys/BETSlite documentation built on May 14, 2019, 6:13 a.m.