rt_pretty_numbers_short: Formats numeric values

rt_pretty_numbers_shortR Documentation

Formats numeric values

Description

Formats numeric values

Usage

rt_pretty_numbers_short(values, increase_precision_delta = 0)

Arguments

values

a numeric vector

increase_precision_delta

number of decimal places to increase or decrease from standard implementation

Examples


rt_pretty_numbers_short(rnorm(n=10, mean=0, sd=0.001))
rt_pretty_numbers_short(rnorm(n=10, mean=1000000, sd=100000))


shane-kercheval/rtools documentation built on July 7, 2022, 8:31 a.m.