README.md

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)
#>         date          lib prix
#> 1 2019-01-02 GIFDA5/42931 0.01
#> 2 2019-01-02 SOMCDA3/3725 0.01
#> 3 2019-01-02  TLSDS3/2021 0.01
#> 4 2019-01-03 GIFDA4/23727 0.01
#> 5 2019-01-03 GIFDA5/42931 0.01
#> 6 2019-01-03  SAHDA1/1425 0.01



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