Description Usage Arguments Value Examples
Convert prices from currency a to b
1 | convert_currency(prices, from = "USD", to = "EUR", n = 15)
|
prices |
input vector with prices |
from |
input vector with currencies to convert from. Character with 3-letter ISO currency codes. |
to |
input vector with currencies to convert to. Character with 3-letter ISO currency codes. |
A numeric vector
1 | convert_currency(equity_prices, c("USD", "HKD"), "EUR")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.