powered by
A Function for the separating of numbers from letters. 'b4' for example would be converted to 'b 4'.
Num_Al_Sep(vec)
The string vector in which you wish to separate the numbers from the letters.
The separated vector.
# NOT RUN { test_vec = 'The most iconic American weapon has to be the AR15' res = Num_Al_Sep(test_vec) print(res) # }
Run the code above in your browser using DataLab