| str_split_by_nums {filesstrings} | R Documentation |
See strex::str_split_by_nums().
str_split_by_nums(string, decimals = FALSE, leading_decimals = FALSE, negs = FALSE)
string |
A string. |
decimals |
Do you want to include the possibility of decimal numbers
( |
leading_decimals |
Do you want to allow a leading decimal point to be the start of a number? |
negs |
Do you want to allow negative numbers? Note that double negatives are not handled here (see the examples). |