README.md

Travis-CI Build Status

CFM R Package

CFM (Casablanca Financial Market) is a R package that has been designed to simplify financial programming workflow with Casablanca stock exchange data.

Currently, it implements 5 mains functions:

Installation

You can install this package from github using the following command:

```{r, eval=FALSE} devtools::install_github('blnash508/cfm', build_vignettes = TRUE) library(cfm)


## Documentation

A detailled documentation can be found in the package vignette. The following command can be used to launch the vignette:

```{r, eval=FALSE}
vignette('cfm_vignette', package = 'cfm')


blnash508/cfm documentation built on May 30, 2019, 4:31 p.m.