R/get_indexes.R

#' Get Indexes along with their Description
#'
#' This simple function returns a dataframe containing the codes of all available indexes
#' in Casablanca Stock Exchange with their description.
#'
#' @return data.frame
#'
#' @export
#'
#' @examples
#' \dontrun{get_indexes()}
#'
get_indexes <- function() {
    get_indexes_helper()
}
blnash508/cfm documentation built on May 30, 2019, 4:31 p.m.