percent_comma: Percent and comma formatter

View source: R/labellers.R

percent_commaR Documentation

Percent and comma formatter

Description

Percent formatter: multiply by one hundred and display percent sign after space. Separator comma. addition to scales percent

Usage

percent_comma(x)

Arguments

x

a numeric vector to format

Value

a character vector

Examples

percent_comma(runif(10, 1, 10)/100)

pttry/ggptt documentation built on May 4, 2023, 2:48 p.m.