knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of AfricanStockMarkets is to make a dataset on values of securities and indices of African stock markets for R community.
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")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.