[R] character to vector

2006-07-21 Thread ajkorman
I have an object of mode character that contains a long sequence of letters. How can I convert this object into a vector with each element of the vector containing a single letter? Essentially, I want to break the long string of letters into many individual letters. Thanks for the help. Alex

Re: [R] character to vector

2006-07-21 Thread Marc Schwartz (via MN)
On Fri, 2006-07-21 at 15:15 -0500, [EMAIL PROTECTED] wrote: I have an object of mode character that contains a long sequence of letters. How can I convert this object into a vector with each element of the vector containing a single letter? Essentially, I want to break the long string of