nettle_prettyNum: nettle_prettyNum

Description Usage Arguments Details

View source: R/Number_Formats.R

Description

A function that formats big (and small) numbers

Usage

1
nettle_prettyNum(c(1000, -1000, 1000000, -1000000, 1000000000, -1000000000, 1000000000000, -1000000000000))

Arguments

num

A big or small number

Details

Numbers that have 12 digits are abreviated "T" for trillion Numbers that have 9 digits are abreviated "B" for billion Numbers that have 6 digits are abreviated "M" for Million Commas are inserted. Some warning messages remain. Not sure why.


ctmann/nettles.toolbox documentation built on May 14, 2019, 12:29 p.m.