R/pp.big.number.R

Defines functions pp.big.number

Documented in pp.big.number

#' Formats a large number with commas. 
#'
#' @param e the number. 
#' @return the number with comments. 
#' @export

pp.big.number <- function(e) formatC(as.numeric(e), big.mark=",", format="f", digits=0)
johnjosephhorton/JJHmisc documentation built on May 19, 2019, 5:15 p.m.