pub unsafe fn get_parent_env(x: SEXP) -> SEXP
Expand description
Returns the enclosing environment of env, which will usually be of type ENVSXP, except for the special environment R_EmptyEnv, which terminates the environment chain; its enclosing environment is R_NilValue.