is.Currency {fmbasics} | R Documentation |
Inherits from Currency
Description
Checks whether object inherits from Currency
class
Usage
is.Currency(x)
Arguments
x |
an R object |
Value
TRUE
if x
inherits from the Currency
class; otherwise FALSE
Examples
is.Currency(AUD())
[Package fmbasics version 0.3.0 Index]