format_rope | R Documentation |
Percentage in ROPE formatting
format_rope(rope_percentage, name = "in ROPE", digits = 2)
rope_percentage |
Value or vector of percentages in ROPE. |
name |
Name prefixing the text. Can be |
digits |
Number of significant digits. May also be |
A formatted string.
format_rope(c(0.02, 0.12, 0.357, 0))
format_rope(c(0.02, 0.12, 0.357, 0), name = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.