View source: R/daycount-class.R
daycount | R Documentation |
daycount
creates a Daycount
object.
It accepts the following daycount rules: actual/365
,
actual/360
, business/252
.
daycount(x, ...)
x |
a character representing a daycount rule, like: |
... |
additional arguments. Currently unused. |
A Daycount
object.
dc <- daycount("actual/360")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.