prettify: Add commas to a numeric vector

Description Usage Arguments Value See Also Examples

View source: R/prettify.R

Description

A wrapper for prettyNum(), and is currently used only to add a comma to separate thousands places.

Usage

1

Arguments

x

a numeric vector to be prettified.

Value

a character vector with the prettified output.

See Also

formatC, summ

Examples

1
prettify(10000)

bstaton1/StatonMisc documentation built on May 18, 2020, 12:06 a.m.