Learn R Programming

lessR (version 3.5.5)

xNum: Text Processing: Convert a Number to a Word

Description

Converts a number to a word. Primarily for internal use in text processing of knitr output. Not usually referenced by the user.

Usage

xNum(x)

Arguments

x
The integer to convert.

Details

Input is an integer, or coerced to integer after rounding. For integers from 0 to 12, output is the single English word. For values larger than 12, or negative, the integer is just converted to character format.

Examples

Run this code
xNum(5)

Run the code above in your browser using DataLab