fmbasics (version 0.3.0)

is.SingleCurrencyMoney: Inherits from SingleCurrencyMoney

Description

Checks whether object inherits from SingleCurrencyMoney class

Usage

is.SingleCurrencyMoney(x)

Arguments

x

an R object

Value

TRUE if x inherits from the SingleCurrencyMoney class; otherwise FALSE

See Also

Other money functions: CashFlow, MultiCurrencyMoney, SingleCurrencyMoney, is.CashFlow, is.MultiCurrencyMoney

Examples

Run this code
# NOT RUN {
is.SingleCurrencyMoney(SingleCurrencyMoney(1:5, AUD()))
# }

Run the code above in your browser using DataCamp Workspace