knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Download and read files from B3 (Brazil Stock Exchange and Over-the-Counter Market). You can find more files and their respective layouts in the B3 website.
You can install the released version of b3archives
from CRAN with:
install.packages("b3archives")
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("JHMenegotto/b3archives")
Download and read the Index Report (BVBG.087.01):
library(b3archives) archive <- b3_indexreport_download(as.Date("2019-09-18")) df <- b3_indexreport_read(archive) file.remove(archive) dplyr::glimpse(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.