bizdays.options | R Documentation |
bizdays.options
defines option parameters used internally in
bizdays
.
bizdays.options
A list
object with methods get
and set
attached to.
Parameters are stored in bizdays.options
using get
and
set
bizdays.options$set(option.key=value) bizdays.options$get("option.key")
bizdays
supports the option default.calendar
.
It defines the default calendar to be used with the
functions: bizdays
, bizdayse
, adjust.next
,
adjust.previous
, is.bizday
, bizseq
, offset
.
create.calendar(name = "actual")
bizdays.options$set(default.calendar = "actual")
bizdays("2013-07-12", "2013-07-22")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.