View source: R/brvm-bysector.R
| BRVM_bySector | R Documentation |
This function will take in the name of sector(s) and returns data for companies belonging to that/those sector(s)
BRVM_bySector(.sectors = NULL)
.sectors |
A vector of sectors you wish to have returned. |
This function will take in a vector of sectors provided by the end user and return a tibble.
A tibble
Koffi Frederic SESSIE
Oudouss Diakité Abdoul
Steven P. Sanderson II, MPH
Other Data Retrieval:
BRVM_cap(),
BRVM_company_rank(),
BRVM_get1(),
BRVM_get(),
BRVM_index_stock(),
BRVM_index(),
BRVM_market_activity(),
BRVM_plot(),
BRVM_stock_market(),
BRVM_ticker_desc(),
company_cap(),
company_country(),
company_nbrank(),
company_sector(),
company_traded_val()
library(stringr)
library(rlang)
library(xml2)
library(rvest)
library(dplyr)
sectors <- c("Industry","Administration","PUblic service", "AUtr", "FINANCE",
"distribution", 25)
BRVM_bySector(.sectors = sectors)
BRVM_bySector(.sectors = "All")
BRVM_bySector(.sectors = c("Other", "Agriculture"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.