Currency {fmbasics} | R Documentation |
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
Examples
library("fmdates")
Currency("AUD", c(AUSYCalendar()))
[Package fmbasics version 0.3.0 Index]