You can do this:
split(x, list(x$Product, x$Type), drop = TRUE)
On Thu, Aug 7, 2008 at 8:21 AM, Lars Modig <[EMAIL PROTECTED]> wrote:
> Hi
>
> I'm wondering if you could save new data frames with in a loop using the
> names within the data frame... I.e. If you have a data frame as below
>
> Produ
Hi
I'm wondering if you could save new data frames with in a loop using the
names within the data frame... I.e. If you have a data frame as below
Product TypeTest
A One 67
A Two 55
B One 42
A One 55
I would like to generate new dataframes as
2 matches
Mail list logo