This function formats numbers for output in a 'human' way.

human_numbers(x = NULL, smbl = "", signif = 1)

Arguments

x

An object of class numeric

smbl

A character or symbol to be added prior to the number, e.g. an euro sign.

signif

Number of significant figures

Value

A formatted character vector

See also

Author

Iago Mosqueira (EC JRC)