pub(crate) unsafe fn R_NewEnv(enclos: SEXP, hash: Rboolean, size: c_int) -> SEXPExpand description
Create a new environment.
ยงParameters
enclos: Enclosing environmenthash: Whether to use a hash tablesize: Initial hash table size (if hash is TRUE) Checked wrapper forR_NewEnv. CallsR_NewEnv_uncheckedand routes throughwith_r_thread. Generated from source location line 3707, column 19. Generated from source fileminiextendr-api/src/ffi.rs.