English {interpretCI} | R Documentation |
Convert numeric to string with uppercase first letter
Description
Convert numeric to string with uppercase first letter
Usage
English(x, digits = 2)
Arguments
x |
A numeric |
digits |
integer indicating the number of decimal places |
Value
A string
Examples
English(40)
English(13.1)
[Package interpretCI version 0.1.1 Index]