R/p2p.R

Defines functions p2p

#' @export p2p
p2p <- function(x, round = 1) {
#proportion to percentage
    round(x * 100, round)
}
jon-mellon/mellonMisc documentation built on July 4, 2022, 9:51 a.m.