percent: Simple percentage formatter

percentR Documentation

Simple percentage formatter

Description

percent() formats x as a percentage. For a wider range of formatters, consider the scales package.

Usage

percent(x)

Arguments

x

Numeric values.

Value

x formatted as a percent.

Examples

percent(0.5)

santoku documentation built on Oct. 12, 2023, 5:13 p.m.