Skip to contents

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)
#> [1] "Forty"
English(13.1)
#> [1] "Thirteen point one"