R/addPercentToCount.R

addPercentToCount <-
function(x, y) {
  pastePercentToNumeric <- function(x, y) paste(x, " (", y, ")", sep="")
  data.frame(mapply(pastePercentToNumeric, x, y))
}

Try the psytabs package in your browser

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

psytabs documentation built on May 2, 2019, 5:27 p.m.