knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
To download historical Bhavcopy PR just mention the date in numeric format(Date, Month, Year). Note that date should be mentioned in quotation mark "" (inverted comma). The function returns list containing ten dataframes form Bhavcopy PR.
library(nser) library(readr) report = bhavpr("01072021") head(report)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.