Looks up the most recent USD/EUR exchange rate and computes the provided USD amount in EUR.

convert_usd_to_eur(usd_amount)

Arguments

usd_amount

The amount in USD to be converted to EUR.

Value

Returns the USD amount in EUR as a number.

Examples

convert_usd_to_eur(100)
#> [1] 89.67806