[R] names of objects in .rda
Christos Hatzis
christos at nuverabio.com
Fri May 11 18:58:24 CEST 2007
An approach would be to attach it and then use ls()
attach(myarchive.rda)
ls(pos=2)
detach(myarchive.rda)
-Christos
Christos Hatzis, Ph.D.
Nuvera Biosciences, Inc.
400 West Cummings Park
Suite 5350
Woburn, MA 01801
Tel: 781-938-3830
www.nuverabio.com
> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of
> Benilton Carvalho
> Sent: Friday, May 11, 2007 11:54 AM
> To: r-help at lists.r-project.org server posting
> Subject: [R] names of objects in .rda
>
> Hi everyone,
>
> sorry if this was discussed before (and in this situation,
> could you please point me to the discussion in the archive?
> My search didn't seem to be effective).
>
> Is there a way of getting the names of objects in a .rda file
> without having to load it?
>
> Thank you very much,
>
> benilton
>
> --
> PhD Candidate
> Department of Biostatistics
> Bloomberg School of Public Health
> Johns Hopkins University
>
> ______________________________________________
> 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
> and provide commented, minimal, self-contained, reproducible code.
>
>
More information about the R-help
mailing list