You are still misrepresenting the manual, which is discourteous to the
altruistic people who wrote it.
You have still not explained why you 'need' help with internal parts
of R that only R-core can exploit. .Internal is a private interface:
.External is the documented public version.
In the
Thanks for your reply.
2009/1/5 Prof Brian Ripley :
> You will have to read more carefully: an ENVSXP is nothing like a VECSXP,
> and does not have the names of its entries in a names attribute.
>
> You access variables in an environment via findVar() and friends, including
> findVarInFrame: see '
You will have to read more carefully: an ENVSXP is nothing like a VECSXP,
and does not have the names of its entries in a names attribute.
You access variables in an environment via findVar() and friends,
including findVarInFrame: see 'Writing R Extensions'.
On Mon, 5 Jan 2009, torpedo fisken