Nothing
#' BRVM Available Indexes
#'
#' @description It receives no argument and returns BRVM's indexes informations.
#'
#' @family BRVM
#'
#' @author Koffi Frederic SESSIE
#'
#' @return
#' A character
#'
#' @export
#'
#' @examples
#'
#' BRVM.index()
#'
#'
BRVM.index <- function(){
all_tick <- c("BRVMAG", "BRVMC", "BRVMAS", "BRVMDI",
"BRVMFI", "BRVMIN", "BRVMSP", "BRVMTR", "BRVMPR",
"BRVMPA", "BRVM30")
return(all_tick)
}
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.