Description Usage Arguments Value Examples
View source: R/TradingDayCreator.R
Function to create trading days/weeks from a tsibble/grouped tsibble
1 | TradingDayCreator(data, DateVar, key)
|
data |
A tidyquant daily OHLC tibble. |
DateVar |
A time index for the tsibble. |
key |
The key for the tsibble supplied. |
A tsibble indexed by trading_day. The function will also work with generic messy time units such as weeks.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.