Hi Is there any function to get the name of the components of a given list object? ok. [[alternative HTML version deleted]]
What about names() ? Giovanni> Date: Fri, 29 Oct 2004 11:21:35 -0300 > From: Leonardo L Miceli <lmiceli at telos.org.br> > Sender: r-help-bounces at stat.math.ethz.ch > Cc: > Precedence: list > > Hi > > Is there any function to get the name of the components of a given list > object? > > > ok. > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > >-- __________________________________________________ [ ] [ Giovanni Petris GPetris at uark.edu ] [ Department of Mathematical Sciences ] [ University of Arkansas - Fayetteville, AR 72701 ] [ Ph: (479) 575-6324, 575-8630 (fax) ] [ http://definetti.uark.edu/~gpetris/ ] [__________________________________________________]
Yes, names(). Andy> From: Leonardo L Miceli > > Hi > > Is there any function to get the name of the components of a > given list > object? > > > ok. > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > >
names() is what you want, if i understand your question correctly. cheers, robert -----Original Message----- From: Leonardo L Miceli [mailto:lmiceli at telos.org.br] Sent: Friday, October 29, 2004 3:22 PM To: R-help at stat.math.ethz.ch Subject: [R] R list Hi Is there any function to get the name of the components of a given list object? ok. [[alternative HTML version deleted]] ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html