Description Usage Arguments Value See Also Examples
This allows you to create a CashFlow
object.
1 | CashFlow(dates, monies)
|
dates |
a Date vector with either the same length as |
monies |
a MultiCurrencyMoney object |
a CashFlow
object that extends tibble::tibble()
Other money functions: MultiCurrencyMoney
,
SingleCurrencyMoney
,
is.CashFlow
,
is.MultiCurrencyMoney
,
is.SingleCurrencyMoney
1 2 3 | CashFlow(as.Date("2017-11-15"),
MultiCurrencyMoney(list(SingleCurrencyMoney(1, AUD())))
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.