[R] Odp: Remove space from string

2012-01-13 Thread Petr PIKAL
Hi Dear R users, I have some trivial query. I have a string, I want to remove space from the string. For eg. Input: a - Remove space Output required: Removespace It seems to be simple. Even myself with very poor knowledge of regexpr can suggest solution. gsub( , , a)

Re: [R] Odp: Remove space from string

2012-01-13 Thread Bos, Roger
[mailto:r-help-boun...@r-project.org] On Behalf Of Petr PIKAL Sent: Friday, January 13, 2012 7:40 AM To: Vikram Bahure Cc: r-help@r-project.org Subject: [R] Odp: Remove space from string Hi Dear R users, I have some trivial query. I have a string, I want to remove space from the string