daytomonth {nser} | R Documentation |
Convert Daily data of a stock to Monthly data
daytomonth(x)
x |
dataframe containing stock data with columns SYMBOL, OPEN, HIGH, LOW, CLOSE & DATE. |
Converts the Daily data of a stock to Monthly data.
OHLC data in monthly format.
The dataframe should contain six columns named SYMBOL, OPEN, HIGH, LOW, CLOSE & DATE.
Nandan L. Patil tryanother609@gmail.com
data(dailydata)
daytomonth(dailydata)