extract_non_numerics {filesstrings} | R Documentation |
Extract non-numbers from a string.
Description
Copies of strex::str_extract_non_numerics()
and friends.
Usage
extract_non_numerics(...)
str_extract_non_numerics(...)
nth_non_numeric(...)
str_nth_non_numeric(...)
first_non_numeric(...)
str_first_non_numeric(...)
last_non_numeric(...)
str_last_non_numeric(...)
Arguments
... |
Pass-through to |
[Package filesstrings version 3.4.0 Index]