style_percent: Show human readable percent style

Description Usage Arguments Value Examples

View source: R/output_format.R

Description

Change a double num into human readable percent style String.

Usage

1
style_percent(num, keta = 1, diff = TRUE)

Arguments

num

double

keta

int

diff

logical

Value

string

Examples

1
2
style_percent(0.1)
style_percent(0.1, keta = 2, diff = FALSE)

syunsuke/retiex documentation built on Dec. 23, 2021, 7:39 a.m.