Price_and_Index_Reports"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(b3archives)

archive <- b3_indexreport_download(as.Date("2019-09-18"))
df <- b3_indexreport_read(archive)
file.remove(archive)
dplyr::glimpse(df)


Try the b3archives package in your browser

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

b3archives documentation built on March 26, 2020, 9:33 p.m.