Description Usage Arguments Value See Also Examples
Checks whether object inherits from CashFlow
class
1 | is.CashFlow(x)
|
x |
an R object |
TRUE
if x
inherits from the CashFlow
class; otherwise FALSE
Other money functions: CashFlow
,
MultiCurrencyMoney
,
SingleCurrencyMoney
,
is.MultiCurrencyMoney
,
is.SingleCurrencyMoney
1 2 | is.CashFlow(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.