knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Convert the Daily OHLC data of a stock to Weekly data. The dataframe should contain six columns named SYMBOL
, OPEN
, HIGH
, LOW
, CLOSE
, DATE
.
# Example library(nser) data(dailydata) daytoweek(dailydata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.