Skip to content
Snippets Groups Projects
Select Git revision
  • 9736d76b26feb7fbc12f54fc9a1016c6386a1e8b
  • master default protected
2 results

Program.cs

Blame
  • 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}