fmt: Format a Number with Commas and No Decimals

Description Usage Arguments Value Author(s) Examples

Description

Format a Number with Commas and No Decimals

Usage

1
fmt(dat)

Arguments

dat

number to be formatted

Value

formatted string

Author(s)

George Fisher

#@description

#@details

Examples

1
2
3
4
5
## Not run: 
dat = 123456.654
fmt(dat)

## End(Not run)

grfiv/sp500SlidingWindow documentation built on May 17, 2019, 8:36 a.m.