[R] Eliminating numbers, period, and space from a string

Olu Ola oluola2011 at yahoo.com
Tue Apr 11 01:11:30 CEST 2017


 Hello,I have a column of my data of the Following format
10. Arnold125. Jessica1. Romeo117. Juliet
I need to eliminate the numbers, period, and the space before the names so that I have the following:
ArnoldJessicaRomeoJuliet
I tried using the gsub function but my code came up with errors.
Any help will be appreciated.
Thank you.


	[[alternative HTML version deleted]]



More information about the R-help mailing list