hr: hr

View source: R/hr.r

hrR Documentation

hr

Description

A rich man's exponential notation.

Usage

hr(x, names = "comma", digits = 2)

Arguments

x

A number.

names

"long", "short", or "comma"; determines wheter the output reads like "10 million", "10m", or "10,000,000", respectively.

digits

The number of decimal digits to retain.

Details

Approximate size of an integer. Very useful when dealing with potentially large values, such as those from howmany().

Value

An object of class humanreadable.

See Also

howmany

Examples

## Not run: 
library(memuse)

hr(12345678)
hr(12345678, "long")

## End(Not run)


memuse documentation built on Feb. 16, 2023, 6:36 p.m.