knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

AfricanStockMarkets

The goal of AfricanStockMarkets is to make a dataset on values of securities and indices of African stock markets for R community.

Installation

You can install the released version of AfricanStockMarkets from CRAN with:

install.packages("AfricanStockMarkets")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("Traore225/AfricanStockMarkets")

Example

This is a basic example which shows you how to use it:

library(AfricanStockMarkets)

knitr::kable(head(bonds_AZF), 'html', caption = "South Africa stock market bonds")

summary(bonds_AZF)


Traore225/AfricanStockMarkets documentation built on Dec. 18, 2021, 5:13 p.m.