Skip to content
Prev 180687 / 398502 Next

How do you save in R?

Patrick Burns <pburns <at> pburns.seanet.com> writes:
Technically a good point, but I found it helpful for starters who want to 
avoid the inferno of "what's attached now?" not to use it at all.
My suggestion is to use with() instead because it has a higher locality.

I know, many of the examples use attach.

Dieter