currencyFunc: Currency Changing Function to Peso, Euro, or USD

Description Usage Arguments Value Examples

View source: R/currencyFunc.R

Description

Currency Changing Function to Peso, Euro, or USD

Usage

1
currencyFunc(euro = 0.89 * usd, usd = 1.13 * euro, peso = 21 * usd)

Arguments

euro

type of currency

usd

type of currency

peso

type of currency

Value

list of all values and corresponding currency

Examples

1
2
3
4
5
## Not run: 
currencyFunc(usd= 2.78)
currencyFunc(peso= 1200)

## End(Not run)

getbarnes/shopscrape documentation built on Jan. 8, 2022, 8:42 a.m.