Learn R Programming

BRVM (version 5.3.0)

BRVM_rank: BRVM_rank - Get top or flop data of BRVM stock exchange

Description

It receives "top" or "flop" and a number 'n' and returns table of companies classification

Usage

BRVM_rank(top_or_flop, n = 10)

Value

"tbl_df" "tbl" "data.frame"

Arguments

top_or_flop

Choose between "top" or "flop"

n

is the number of companies in the classification

Author

Koffi Frederic SESSIE

Oudouss Diakité Abdoul

Steven P. Sanderson II, MPH

Examples

Run this code
# \donttest{
BRVM_rank("top", 15)
BRVM_rank("flop", 5)
# }

Run the code above in your browser using DataLab