View source: R/Personal_Functions.R
Num_Al_Sep | R Documentation |
A Function for the separating of numbers from letters. 'b4' for example would be converted to 'b 4'.
Num_Al_Sep(vec)
vec |
The string vector in which you wish to separate the numbers from the letters. |
output |
The separated vector. |
This is a really simple function really used inside other functions.
Travis Barton
test_vec = 'The most iconic American weapon has to be the AR15' res = Num_Al_Sep(test_vec) print(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.