powered by
prefix(x, prefix = "", sep = "", ..., na.text = NULL)
x
formattable
prefix(1:10, "A") prefix(1:10, "Choice", sep = " ") prefix(c(1:10, NA), prefix = "A", na.text = "(missing)") prefix(rnorm(10, 10), "*", format = "d") prefix(percent(c(0.1,0.25)), ">")
Run the code above in your browser using DataLab