Displaying 1 result from an estimated 1 matches for "envsxp_struct".
2009 Jan 05
1
can't get names of R_env
...e 84
Can anyone clarify how to access these enviroment variables.
I believe my problem lies in the sentence "A frame is a tagged
pairlist with tag the symbol and CAR the bound value."
Or more precisely, I don't quite understand the struct for env exp
--------------------------
struct envsxp_struct {
struct SEXPREC *frame;
struct SEXPREC *enclos;
struct SEXPREC *hashtab;
};
--------------------------
thanks in advance.