num_percent: Numeric vector with percentage representation

View source: R/num_percent.R

num_percentR Documentation

Numeric vector with percentage representation

Description

Formats numbers as percentages.

Usage

num_percent(x, digits = 2L, format = "f", ...)

parse_percent(x, digits = NA, format = "f", ...)

Arguments

x

a numeric vector.

digits

an integer to indicate the number of digits of the percentage string.

format

format type passed to formatC().

...

additional parameters passed to formattable().

See Also

Other numeric vectors: num_accounting(), num_comma(), num_currency(), num_digits(), num_scientific()

Examples

num_percent(rnorm(10, 0, 0.1))
num_percent(rnorm(10, 0, 0.1), digits = 0)
parse_percent("0.5%")
parse_percent(c("15.5%", "25.12%", "73.5"))

renkun-ken/formattable documentation built on Dec. 7, 2024, 10:19 p.m.