Getting Started with BRVM

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",  
  fig.width = 8,
  fig.height = 4.5,
  fig.align = 'center',
  out.width = '95%',
  dpi = 100,
  message = FALSE,
  warning = FALSE
)
library(BRVM)

Lets take a look at a simple function that will get any n number of records based on whether they are 'Top' or 'Bottom' ranked.

BRVM_rank("Top", 10)


Try the BRVM package in your browser

Any scripts or data that you put into this service are public.

BRVM documentation built on May 29, 2024, 11:47 a.m.