Learn R Programming

humanize (version 0.2.0)

count_as_ap: 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

Run this code
# NOT RUN {
count_as_ap(3)
count_as_ap(20)
# }

Run the code above in your browser using DataLab