Last data update: 2014.03.03

R: Format a Number with Commas and No Decimals
fmtR Documentation

Format a Number with Commas and No Decimals

Description

Format a Number with Commas and No Decimals

Usage

fmt(dat)

Arguments

dat

number to be formatted

Value

formatted string

Author(s)

George Fisher

#@description

#@details

Examples

## Not run: 
dat = 123456.654
fmt(dat)

## End(Not run)

Results