powered by
This allows you to create a CashFlow object.
CashFlow
CashFlow(dates, monies)
a Date vector with either the same length as monies or a vector of length one that is recycled
monies
a MultiCurrencyMoney object
a CashFlow object that extends tibble::tibble()
tibble::tibble()
Other money functions: MultiCurrencyMoney, SingleCurrencyMoney, is.CashFlow, is.MultiCurrencyMoney, is.SingleCurrencyMoney
MultiCurrencyMoney
SingleCurrencyMoney
is.CashFlow
is.MultiCurrencyMoney
is.SingleCurrencyMoney
# NOT RUN { CashFlow(as.Date("2017-11-15"), MultiCurrencyMoney(list(SingleCurrencyMoney(1, AUD()))) ) # }
Run the code above in your browser using DataLab