R/numform-package.R

#' Tools to Format Numbers for Publication
#'
#'Format numbers and plots for publication; includes the removal of leading zeros,
#'standardization of number of digits, addition of affixes, and a p-value
#'formatter.  These tools combine the functionality of several 'base' functions
#'such as \code{\link[base]{paste}}, \code{\link[base]{format}}, and
#'\code{\link[base]{sprintf}} into specific use case functions that are named in
#'a way that is consistent with usage, making their names easy to remember and
#'easy to deploy.
#' @docType package
#' @name numform
#' @aliases numform package-numform
NULL

Try the numform package in your browser

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

numform documentation built on Oct. 10, 2021, 1:10 a.m.