#' @title GHANA Stock Exchange shares
#'
#' @description A simple \code{tibble} on evolution of GHANA Exchange shares
#'
#' @importFrom dplyr tibble %>%
#' @importFrom DBI dbConnect dbSendQuery dbFetch
#'
#' @format A \code{tiblle} with 6 column, which are :
#'
#' \describe{
#'
#' \item{nompays}{A \code{character} column. The names of countries}
#' \item{nom_entreprise}{A \code{character} column. Name of stock market shares}
#' \item{num_jourA}{A \code{Numeric} column. Data collection day}
#' \item{ValeurAction}{A \code{Numeric} column. share value}
#' \item{VariationAction}{A \code{Numeric} column. percentage change in share value}
#' \item{VolumeAction}{A \code{Numeric} column. Volume traded}
#'
#' }
#'
"share_GHA"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.