bizdays {forecast} | R Documentation |
Returns number of trading days in each month or quarter of the observed time period.
bizdays(x, FinCenter)
x |
Monthly or quarterly time series |
FinCenter |
A character with the the location of the financial center named as "continent/city".
This concept allows to handle data records collected in different time zones and mix them up to have
always the proper time stamps with respect to your personal financial center, or alternatively to the
GMT reference time. More details on |
Useful for trading days length adjustments. More on how to define "business days",
please refer to isBizday
.
Time series
Earo Wang
bizdays(wineind, FinCenter = "Sydney")