format_rope {insight} | R Documentation |
Percentage in ROPE formatting
Description
Percentage in ROPE formatting
Usage
format_rope(rope_percentage, name = "in ROPE", digits = 2)
Arguments
rope_percentage |
Value or vector of percentages in ROPE. |
name |
Name prefixing the text. Can be |
digits |
Number of significant digits. May also be |
Value
A formatted string.
Examples
format_rope(c(0.02, 0.12, 0.357, 0))
format_rope(c(0.02, 0.12, 0.357, 0), name = NULL)
[Package insight version 0.20.2 Index]