daytomonth {nser} | R Documentation |
Convert Daily data of a stock to Monthly data
Description
Convert Daily data of a stock to Monthly data
Usage
daytomonth(x)
Arguments
x |
dataframe containing stock data with columns SYMBOL, OPEN, HIGH, LOW, CLOSE & DATE. |
Details
Converts the Daily data of a stock to Monthly data.
Value
OHLC data in monthly format.
Note
The dataframe should contain six columns named SYMBOL, OPEN, HIGH, LOW, CLOSE & DATE.
Author(s)
Nandan L. Patil tryanother609@gmail.com
See Also
Examples
data(dailydata)
daytomonth(dailydata)
[Package nser version 1.5.3 Index]