Learn R Programming

metacoder (version 0.3.7)

to_percent: Format a proportion as a printed percent

Description

Format a proportion as a printed percent

Usage

to_percent(prop, digits = 3, ...)

Value

character

Arguments

prop

The proportion

digits

a positive integer indicating how many significant digits are to be used for numeric and complex x. The default, NULL, uses getOption("digits"). This is a suggestion: enough decimal places will be used so that the smallest (in magnitude) number has this many significant digits, and also to satisfy nsmall. (For more, notably the interpretation for complex numbers see signif.)

...

passed to `format`