Skip to main content

R_NewEnv_unchecked

Function R_NewEnv_unchecked 

Source
pub(crate) unsafe extern "C-unwind" fn R_NewEnv_unchecked(
    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) Unchecked FFI binding for R_NewEnv. Generated from source location line 3707, column 19. Generated from source file miniextendr-api/src/ffi.rs.