We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b57b3 commit d5bfe17Copy full SHA for d5bfe17
R/format.pct.R
@@ -1,4 +1,4 @@
1
-format.pct <- function(p, digits = 1, pct.symbol = TRUE) {
+format.pct <- function(p, digits = 1, pct.symbol = FALSE) {
2
symbol <- "%"
3
if (!pct.symbol) symbol <- NULL
4
paste0(format.float(p*100, digits), symbol)
0 commit comments