eur: Create Euro format

Description Usage Arguments Value See Also Examples

Description

Converts a number to a string using the Euro sign, rounding up to 2 digits and using the comma as the separator.

Usage

1
eur(x)

Arguments

x

The number to be formatted as Euro.

Value

Returns a string in Euro format.

See Also

uneur

Examples

1
2
eur(100)
eur(-100000.34561)

szigony/xchangeR documentation built on June 7, 2019, 5:12 a.m.