numShortHand: Abbreviate numbers with scientific suffixes.

numShortHandR Documentation

Abbreviate numbers with scientific suffixes.

Description

Abbreviate numbers with scientific suffixes.

Usage

numShortHand(number, rounding = F, digits = ifelse(rounding, NA, 2))

Arguments

number

Floating point or integer.

rounding

Boolean, round provided number if TRUE.

digits

Number of significant digits to round number to if rounding set to TRUE.


everettJK/gt23 documentation built on May 16, 2024, 12:04 p.m.