powered by
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"))
Time series
Monthly or quarterly time series
Major financial center.
Earo Wang
Useful for trading days length adjustments. More on how to define "business days", please refer to isBizday.
isBizday
monthdays
x <- ts(rnorm(30), start = c(2013, 2), frequency = 12) bizdays(x, FinCenter = "New York")
Run the code above in your browser using DataLab