fx | R Documentation |
This dataset contains foreign exchange rates between different currencies for specific dates.
fx
A data frame with multiple rows and 4 columns:
Date
. The date for which the exchange rate is recorded.
character
. The source currency code (e.g., "USD").
character
. The target currency code (e.g., "EUR").
numeric
. The exchange rate from from_currency
to to_currency
.
Generated from fpaR::fx
## Not run:
data(fx)
head(fx)
summary(fx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.