if (FALSE) {
# Get latest USD exchange rates
rates <- get_usd_exchange_rates()
head(rates) # Shows the most recent ones first
# Filter for the year 2025
rates_2025 <- dplyr::filter(rates, lubridate::year(fecha) == 2025)
}
Run the code above in your browser using DataLab