# \donttest{
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"))
# }
Run the code above in your browser using DataLab