count_as_ap {humanize}R Documentation

Convert to AP Number

Description

Convert to AP Number

Usage

count_as_ap(value)

Arguments

value

A single positive integer

Value

For numbers 1-9, returns the number spelled out. Otherwise, returns the number as a string.

Examples

count_as_ap(3)
count_as_ap(20)

[Package humanize version 0.2.0 Index]