ef_addcomma: Add comma to number and round to digits

Description Usage Arguments Examples

View source: R/utils.R

Description

Add comma to number and round to digits

Usage

1
ef_addcomma(x, dig = 0)

Arguments

x

any numerical value

dig

round digits

Examples

1
2
3
4
5
6
## Not run: 

ef_addcomma(100000.12244)


## End(Not run)

exploringfinance/efutils documentation built on Jan. 2, 2022, 4:26 a.m.