fmbasics (version 0.3.0)

is.Currency: 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

Run this code
# NOT RUN {
is.Currency(AUD())
# }

Run the code above in your browser using DataLab