English: Convert numeric to string with uppercase first letter

Description Usage Arguments Value Examples

View source: R/english2.R

Description

Convert numeric to string with uppercase first letter

Usage

1
English(x, digits = 2)

Arguments

x

A numeric

digits

integer indicating the number of decimal places

Value

A string

Examples

1
2
English(40)
English(13.1)

interpretCI documentation built on Jan. 28, 2022, 9:07 a.m.