Re: [R] str() on a data frame with 600 variables

2011-04-19 Thread Greg Snow
ay, April 15, 2011 7:40 AM > To: Duncan Murdoch > Cc: r-help@r-project.org > Subject: Re: [R] str() on a data frame with 600 variables > > perfect! thx > > On 4/15/2011 8:43 AM, Duncan Murdoch wrote: > > On 15/04/2011 8:19 AM, zubin wrote: > >> Hello.. > &g

Re: [R] str() on a data frame with 600 variables

2011-04-15 Thread zubin
perfect! thx On 4/15/2011 8:43 AM, Duncan Murdoch wrote: > On 15/04/2011 8:19 AM, zubin wrote: >> Hello.. >> >> How do I get str() to show all variables in a data frame? It seems to be >> "list output truncated" at about 99 variables, the data frame has over >> 600 but i can't seem to figure out h

Re: [R] str() on a data frame with 600 variables

2011-04-15 Thread Duncan Murdoch
On 15/04/2011 8:19 AM, zubin wrote: Hello.. How do I get str() to show all variables in a data frame? It seems to be "list output truncated" at about 99 variables, the data frame has over 600 but i can't seem to figure out how to show all variables, we see list.len() but again can't seem to figu

Re: [R] str() on a data frame with 600 variables

2011-04-15 Thread Marc Schwartz
On Apr 15, 2011, at 7:19 AM, zubin wrote: > Hello.. > > How do I get str() to show all variables in a data frame? It seems to be > "list output truncated" at about 99 variables, the data frame has over > 600 but i can't seem to figure out how to show all variables, we see > list.len() but again c