numbers2words: Convert number to text string.

View source: R/NMFSReports.R

numbers2wordsR Documentation

Convert number to text string.

Description

Function by John Fox found here: http://tolstoy.newcastle.edu.au/R/help/05/04/2715.html and https://github.com/ateucher/useful_code/blob/master/R/numbers2words.r

Usage

numbers2words(x)

Arguments

x

The numbers that need to be converted to string.

Examples

numbers2words(x = 1890)
numbers2words(x = 3)
numbers2words(x = 1800090)

EmilyMarkowitz-NOAA/NMFSReports documentation built on March 26, 2023, 1:08 a.m.