FormatInt: Formats a value to an integer in text form. This is typically...

View source: R/Util.r

FormatIntR Documentation

Formats a value to an integer in text form. This is typically used to generate pretty report text values

Description

Formats a value to an integer in text form. This is typically used to generate pretty report text values

Usage

FormatInt(values)

Arguments

values

A vector of values to convert to Integer format. Can be factor, character, or number

Value

A vector of text values in integer format (i.e. number with no decimal place).


PSC-CoTC/AnnualReport documentation built on March 26, 2022, 9:33 a.m.