knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
A sample daily data of stock 'SBIN'. The data has six columns i.e., SYMBOL, OPEN, HIGH, LOW, CLOSE, DATE.
library(nser) data("dailydata") # Convert daily data to montly data daytomonth(dailydata) # Convert daily data to weekly data daytoweek(dailydata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.