sp500SlidingWindow (version 0.1.0)

fmt: 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

Examples

Run this code
## Not run: 
# dat = 123456.654
# fmt(dat)
# ## End(Not run)

Run the code above in your browser using DataLab