R/currency-class.R
is.Currency.Rd
Checks whether object inherits from Currency class
Currency
is.Currency(x)
an R object
TRUE if x inherits from the Currency class; otherwise FALSE
TRUE
x
FALSE
is.Currency(AUD())#> [1] TRUE