Skip to content
Prev 305592 / 398506 Next

two questions about character manipulation

On Sun, Sep 16, 2012 at 3:35 PM, ?zg?r Asar <oasar at metu.edu.tr> wrote:
I'm not sure what you mean by "portion" -- if you just want
"response1" why do you need to process ex?

You probably wind up wanting to use gsub() and putting in "" for
things which aren't response1, but again, it seems impractical...
gsub("$", ".", ex, fixed = TRUE)

Cheers,
Michael