mary guo
2010-Jan-25 16:02 UTC
[R] Fwd: how to write a long string to many lines in a fasta text file
Hi, I want to write a long string to many lines in R, but I do not know how to do it. Hope to get your help. Thanks. Mary [[alternative HTML version deleted]]
jim holtman
2010-Jan-25 17:32 UTC
[R] Fwd: how to write a long string to many lines in a fasta text file
?strwrap On Mon, Jan 25, 2010 at 11:02 AM, mary guo <mary.guo1977 at gmail.com> wrote:> Hi, > I want to write a long string to many lines in R, but I do not know how to > do it. > Hope to get your help. > > Thanks. > > Mary > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > 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. >-- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve?