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

tunisianfirms

The goal of tunisianfirms is to spread cotation of Tunisian stock Exchange Firms

Installation

Coming soon You can install the released version of tunisianfirms from CRAN with:

install.packages("tunisianfirms")

or

library(devtools)
devtools::install_github("Foha2001/tunisianfirms")

you have to install devtools before, when installing from github

Example

This is a basic example which shows you how to solve a common problem:

library(tunisianfirms)
## basic example code
cotation("ATTIJARIBANK")
head(sample_data)
cotation("TUNISAIR")


Foha2001/tunisianfirms documentation built on Aug. 21, 2024, 7:31 p.m.