Skip to content
Prev 10873 / 10988 Next

[Rcpp-devel] Locating an Instance of a Reference Class in the Environment

I'm sure it's possible to do from the R side, however, the requirement is
to hide this from the end user and set the reference objects name to the
declared name from the R environment. If I view the environment in RStudio,
there is much more information available. ls() only returns a list of
objects by their declared name. I'm wondering how to get more details about
elements in the environment.
On Thu, Mar 23, 2023 at 6:03 PM Dirk Eddelbuettel <edd at debian.org> wrote: