R/percent.R

Defines functions vv_percent wv_percent ww_percent

Documented in vv_percent wv_percent ww_percent

#' ww_percent
#' @param x numeric
#' @export
ww_percent <- function(x) units::set_units(x, "g/hg")


#' wv_percent
#' @param x numeric
#' @export
wv_percent <- function(x) units::set_units(x, "g/dL")


#' vv_percent
#' @param x numeric
#' @export
vv_percent <- function(x) units::set_units(x, "mL/dL")
t-arae/prtclmisc documentation built on Aug. 28, 2020, 7:50 p.m.