I have a column with value as
"RED LOBSTER CA04606" or "Red Lobster NewYork WY245" n so on
How can I extract just the name Red Lobster or Red Lobster NewYork from it. Am tryin to using the stringr package.
Is there a way to check if its text only and can ignore the values with numbers in them?
Any help is highly appreciated. Thanks
See Question&Answers more detail:os