R/currency.R
ch_currency.Rd
Create fake currencies
ch_currency(n = 1)
(integer) number of things to get, any non-negative integer
CurrencyProvider
ch_currency() #> [1] "GHS" ch_currency(10) #> [1] "DZD" "MZN" "MVR" "PGK" "CZK" "SOS" "TJS" "LYD" "ALL" "TJS" # or even ch_currency(500)