BRVM_rank {BRVM}R Documentation

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)

Arguments

top_or_flop

Choose between "top" or "flop"

n

is the number of companies in the classification

Value

"tbl_df" "tbl" "data.frame"

Author(s)

Koffi Frederic SESSIE

Oudouss Diakité Abdoul

Steven P. Sanderson II, MPH

Examples


BRVM_rank("top", 15)
BRVM_rank("flop", 5)


[Package BRVM version 5.3.0 Index]