Description Usage Arguments Value Author(s) See Also
Labels for common cases
Logical labels
1 2 3 4 5 6 7 | quantity_label(x, prefix = TRUE, unit = "", ...)
currency_label(x, prefix = TRUE, currency = "EUR", ...)
percentage_label(x, unit = "%", ...)
logical_label(x, levels = c(FALSE, NA, TRUE))
|
x |
Numeric values. |
prefix |
Whether to use unit prefix, e.g. "k" for "kilo". |
unit |
Unit of the quantity, e.g. "m" for "meter". |
... |
Sent to the low level function |
currency |
Currency abbreviation. So far only EUR, GBP, USD, and SEK are supported. |
levels |
Which level to keep. Note that the order determines the factor level order. |
Factor.
Christofer Bäcklin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.