get_digits_from_text: Get digits from text
Description
get_digits_from_text() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get digits from text. The function returns Digits (a character vector).
Usage
get_digits_from_text(text_1L_chr)
Value
Digits (a character vector)
Arguments
- text_1L_chr
Text (a character vector of length one)