Skip to content

Something similar to data.frame, but allows variables with unique lengths?

3 messages · Jason Rupert, jim holtman, Domenico Vistocco

#
?list
On Thu, Feb 26, 2009 at 6:15 PM, Jason Rupert <jasonkrupert at yahoo.com> wrote:

  
    
#
Jason Rupert wrote:
I think you are looking for the list obiect (the data.frame is a 
particular list with the constrain that each element have to be of the 
same length).
See:
?list
chapter 6 of An Introduction to R

Ciao,
domenico