ordinal_format | R Documentation |
label_ordinal()
These functions are kept for backward compatibility; you should switch
to label_ordinal()
for new code.
ordinal_format(prefix = "", suffix = "", big.mark = NULL, rules = NULL, ...)
ordinal(x, prefix = "", suffix = "", big.mark = " ", rules = NULL, ...)
prefix , suffix |
Symbols to display before and after value. |
big.mark |
Character used between every 3 digits to separate thousands.
The default ( |
rules |
Named list of regular expressions, matched in order. Name gives suffix, and value specifies which numbers to match. |
... |
Other arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.