You are in the right place but the question in not very clear. Have a look at the links below for some suggestions on how to ask a question on R-help.
I think we need the data in dput() format. See ?dput or the discussion of dput() in the links. http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example and http://adv-r.had.co.nz/Reproducibility.html Did you intend that the last item in the data set be 432I where that last character is an I (𝐈 not a one 1? John Kane Kingston ON Canada > -----Original Message----- > From: [email protected] > Sent: Sun, 13 Sep 2015 05:12:07 +0000 (UTC) > To: [email protected] > Subject: [R] a question about data manipulation in R > > Hello, > I have a data like this:1 2331 3331 4551 3452 5432 4332 3442 4003 4443 > 1113 0003 432I want to change it to this new dataset:c1 c2 c3233 > 543 444333 433 111455 344 000345 400 432 > How can I do this in R? Please if this not the correct place to ask my > queston.. then could you please guid me , where should I ask my > question?kind regards,Zahra > > [[alternative HTML version deleted]] > > ______________________________________________ > [email protected] mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. ____________________________________________________________ Can't remember your password? Do you need a strong and secure password? Use Password manager! It stores your passwords & protects your account. ______________________________________________ [email protected] mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

