sep_thousands: Adds comma's to separate thousands in numbers

Description Usage Arguments Value Examples

View source: R/misc-utils.R

Description

Adds comma's to separate thousands in numbers

Usage

1

Arguments

n

a real number

Value

A string with the number and thousands separated by comma's.

Examples

1
sep_thousands(13243.33) #13,243.33

hvdboorn/hgutils documentation built on Sept. 7, 2019, 11:10 p.m.