n2w_de: Convert numbers to German words

View source: R/helpers.R

n2w_deR Documentation

Convert numbers to German words

Description

Convert numbers from 0 to 10 to German words.

Usage

n2w_de(x, cap = FALSE, female = FALSE)

Arguments

x

A numeric vector. Values should be integers. The absolute values should be between 0 and 10.

cap

Whether to capitalize the first letter of the word. This can be useful when the word is at the beginning of a sentence. Default is FALSE.

female

Logical. Make gender of "ein" female ("eine").


nrkoehler/xyzfuns documentation built on Nov. 12, 2024, 1:29 p.m.