Description Usage Arguments Value Examples
Currency Changing Function to Peso, Euro, or USD
1 | currencyFunc(euro = 0.89 * usd, usd = 1.13 * euro, peso = 21 * usd)
|
euro |
type of currency |
usd |
type of currency |
peso |
type of currency |
list of all values and corresponding currency
1 2 3 4 5 | ## Not run:
currencyFunc(usd= 2.78)
currencyFunc(peso= 1200)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.