Converts a string in Euro format to number.

uneur(x)

Arguments

x

The string in Euro format to be transformed to number.

Value

Returns a number.

See also

Examples

uneur("€100,000.34")
#> [1] 100000.3