Skip to content
Snippets Groups Projects
Select Git revision
  • 50ddae1dcdc24a7962d5fc574355e8eee6cab1ba
  • master default protected
2 results

tidyNum.Rd

Blame
  • Forked from SERG / woRkflow
    Source project has a limited visibility.
    tidyNum.Rd 479 B
    % Generated by roxygen2: do not edit by hand
    % Please edit documentation in R/tidyNum.R
    \name{tidyNum}
    \alias{tidyNum}
    \title{Tidy long numbers}
    \usage{
    tidyNum(number)
    }
    \arguments{
    \item{number}{an input number or list}
    }
    \description{
    \code{tidyNum} reformats long numbers to include commas and prevents scientific formats
    }
    \seealso{
    Other utils: 
    \code{\link{loadLibraries}()},
    \code{\link{setup}()}
    }
    \author{
    Ben Anderson, \email{b.anderson@soton.ac.uk}
    }
    \concept{utils}