R/add_pct.R

Defines functions add_pct

Documented in add_pct

#' Add percent
#' @param x vector of any class
#' @return character vector
#' 
add_pct <- function(x) {
  paste0(x, " %")
}
kristian-bak/betting documentation built on Oct. 24, 2022, 1:35 p.m.