english_cap1: English and Capitalize 1

Description Usage Arguments Value Examples

View source: R/english_cap1.R

Description

Read number in English and capitalize the first letter english_ fix the problem of showing digits in Rmd.

Usage

1
2
3
english_cap1(x, Zero = "No")

english(x)

Arguments

x

an integer vector

Zero

how to read 0

Value

a text

Examples

1
2
english_cap1(c(1, 2))
english(c(1, 2))

Rundmus/Useful2me-R_package documentation built on Nov. 13, 2020, 4:16 p.m.