bizdays | R Documentation |
Returns number of trading days in each month or quarter of the observed time period in a major financial center.
bizdays(x, FinCenter = c("New York", "London", "NERC", "Toronto", "Zurich"))
x |
Monthly or quarterly time series |
FinCenter |
Major financial center. |
Useful for trading days length adjustments. More on how to define "business
days", please refer to isBizday
.
Time series
Earo Wang
monthdays
x <- ts(rnorm(30), start = c(2013, 2), frequency = 12)
bizdays(x, FinCenter = "New York")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.