Skip to content
Prev 319404 / 398506 Next

Extract letters from a column

This could be done in a single step using gsub() with back references in the regex.
[1] "TomCru"

Regards,

Marc Schwartz
On Mar 13, 2013, at 9:21 AM, SH <emptican at gmail.com> wrote: