powered by
suffix(x, suffix = "", sep = "", ..., na.text = NULL)
x
formattable
suffix(1:10, "px") suffix(1:10, ifelse(1:10 >= 2, "units", "unit"), sep = " ") suffix(c(1:10, NA), "km/h", na.text = "(missing)") suffix(percent(c(0.1, 0.25)), "*")
Run the code above in your browser using DataLab