label_cards {cards} | R Documentation |
Generate Formatting Function
Description
Returns a function with the requested rounding and scaling schema.
Usage
label_cards(digits = 1, scale = 1, width = NULL)
Arguments
digits |
( |
scale |
( |
width |
( |
Value
a function
Examples
label_cards(2)(pi)
label_cards(1, scale = 100)(pi)
label_cards(2, width = 5)(pi)
[Package cards version 0.2.0 Index]