Skip to content
Back to formatted view

Raw Message

Message-ID: <644e1f320901230859j7cb1e809oc9e5a0c6122c0450@mail.gmail.com>
Date: 2009-01-23T16:59:39Z
From: jim holtman
Subject: Table Modification
In-Reply-To: <D86C9EFF6AA3734193923FFA1EE4308B0796A5AE@nc-mail2.northland.edu>

?strwrap

On Fri, Jan 23, 2009 at 10:47 AM, Derek Ogle <DOgle at northland.edu> wrote:
> Yes, that was exactly what I was looking for.  Very concise.  Thank you.
>
> My "real" example has many more items in each cell.  I will now have to
> figure out how to put a "carriage return" after, say, every fourth item.
>
> Nevertheless, thank you very much for the quick and accurate answer.
>
> -----Original Message-----
> From: r at quantide.com [mailto:r at quantide.com]
> Sent: Friday, January 23, 2009 9:25 AM
> To: Derek Ogle
> Cc: r-help at stat.math.ethz.ch
> Subject: Re: [R] Table Modification
>
> If I understood propelly
>
>  > tapply(fact3, list(fact1, fact2) , paste, collapse = ",")
>
> A.
>
> ______________________________________________
> 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?