Learn R Programming

bizdays (version 1.0.10)

bizdays.options: bizdays' options

Description

bizdays.options defines option parameters used internally in bizdays.

Usage

bizdays.options

Arguments

Format

A list object with methods get and set attached to.

Details

Parameters are stored in bizdays.options using get and set

bizdays.options$set(option.key=value)
bizdays.options$get("option.key")

bizdays supports the following parameter:

  • default.calendar: the default calendar to be used with the functions: bizdays, bizdayse, adjust.next, adjust.previous, is.bizday, bizseq, offset.

Examples

Run this code
# NOT RUN {
create.calendar(name = "actual")
bizdays.options$set(default.calendar = "actual")
bizdays("2013-07-12", "2013-07-22")
# }

Run the code above in your browser using DataLab