R/addPercent.R

Defines functions addPercent

Documented in addPercent

addPercent <-
function(x) {
  x <- paste(x, "%", sep="")
}

Try the psytabs package in your browser

Any scripts or data that you put into this service are public.

psytabs documentation built on May 29, 2017, 10:52 p.m.