fmbasics (version 0.3.0)

Currency: Build a Currency

Description

A currency refers to money in any form when in actual use or circulation, as a medium of exchange, especially circulating paper money. This package includes handy constructors for common currencies.

Usage

Currency(iso, calendar)

Arguments

iso

a three letter code representing the currency (see ISO4217)

calendar

Value

an object of class Currency

References

Currency. (2014, March 3). In Wikipedia

See Also

CurrencyConstructors

Examples

Run this code
# NOT RUN {
library("fmdates")
Currency("AUD", c(AUSYCalendar()))
# }

Run the code above in your browser using DataCamp Workspace