number_as_comma: Convert an number to a string with comma separation

Description Usage Arguments Value Examples

View source: R/number.R

Description

Just a wrapper around format with defaults for full digits

Usage

1

Arguments

value

A numeric

Value

A string with comma separation every three digits

Examples

1
2

Example output

[1] "1,000"
[1] "10,000"

humanize documentation built on May 2, 2019, 6:39 a.m.