convert_words_to_digits: Convert English words for numbers into digits

Description Usage Arguments Value

Description

Convert English number words (e.g. one, two, three) into digits (1, 2, 3).

Usage

1
convert_words_to_digits(words = NULL, return_numeric = NULL)

Arguments

words

words to turn into digits

return_numeric

logical, set to true if output should be converted to numeric

Value

character unless return_numeric == TRUE then numeric


jimtheflash/hlprs documentation built on May 20, 2019, 12:35 p.m.