R/brvm-allindex.R

Defines functions BRVM.index

Documented in BRVM.index

#' 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)
}

Try the BRVM package in your browser

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

BRVM documentation built on May 29, 2024, 11:47 a.m.