getbizdays | R Documentation |
Calculates the number of business days for some specific periof of a year
or a month.
getbizdays
returns the number of business days according to a
reference than can be another date, a month or an year.
getbizdays(ref, cal = bizdays.options$get("default.calendar"))
ref |
a reference which represents a month or year, where the date has to be found. |
cal |
the calendar's name
|
# for years
getbizdays(2022:2024, "Brazil/ANBIMA")
# for months
getbizdays("2022-12", "Brazil/ANBIMA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.