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 April 12, 2025, 2:21 a.m.