Skip to main content

R_NewEnv

Function R_NewEnv 

Source
pub(crate) unsafe fn R_NewEnv(enclos: SEXP, hash: Rboolean, size: c_int) -> SEXP
Expand description

Create a new environment.

ยงParameters

  • enclos: Enclosing environment
  • hash: Whether to use a hash table
  • size: Initial hash table size (if hash is TRUE) Checked wrapper for R_NewEnv. Calls R_NewEnv_unchecked and routes through with_r_thread. Generated from source location line 3707, column 19. Generated from source file miniextendr-api/src/ffi.rs.