sep_thousands: Adds comma's to separate thousands in numbers

View source: R/misc-utils.R

sep_thousandsR Documentation

Adds comma's to separate thousands in numbers

Description

Adds comma's to separate thousands in numbers

Usage

sep_thousands(n)

Arguments

n

a real number

Value

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

Examples

sep_thousands(13243.33) #13,243.33

hgutils documentation built on March 31, 2022, 5:06 p.m.