num_to_text: Convert a small number to a text representation

Description Usage Arguments Value Examples

View source: R/utility_functions.r

Description

Convert a small number to a text representation

Usage

1
num_to_text(x, capitalize = FALSE)

Arguments

x

An integer to convert to text.

capitalize

Boolean - whether or not to capitalize text

Value

A character string.

Examples

1
2
num_to_text(5, capitalize = TRUE)
num_to_text(23, capitalize = FALSE)

rdocking/amlpmpsupport documentation built on Jan. 4, 2021, 7:09 a.m.