Skip to content
Prev 389814 / 398503 Next

extracting a R object from an R image

IMO you are being a bit too literal. It is absolutely possible to load the file into a dedicated environment and use the $ or [[]] extraction operator to access a specific object in that environment.

?load
?new.env

Or, you can attach the file, copy to a new variable, and detach. (see examples in ?load)
On November 5, 2021 3:26:49 PM PDT, Bert Gunter <bgunter.4567 at gmail.com> wrote: