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

hgvandenboorn/hgutils documentation built on Sept. 9, 2019, 2:50 a.m.