SyntaxFix
Write A Post
Hire A Developer
Questions
Check out the percent function from the formattable package:
percent
formattable
library(formattable) x <- c(0.23, 0.95, 0.3) percent(x) [1] 23.00% 95.00% 30.00%