On 5/11/07, Benilton Carvalho <[EMAIL PROTECTED]> wrote:
> 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?

Although it is not terribly different from loading an .rda file you
can get the names of the objects via the sequence

objects(attach("myRdaFile.rda")); detach()

______________________________________________
[email protected] 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.

Reply via email to