Skip to main content

R_FindNamespace

Function R_FindNamespace 

Source
unsafe fn R_FindNamespace(info: SEXP) -> SEXP
Expand description

Find a registered namespace by name. Longjmps on error — prefer REnv::package_namespace() which wraps this safely. Checked wrapper for R_FindNamespace. Calls R_FindNamespace_unchecked and routes through with_r_thread. Generated from source location line 2561, column 8. Generated from source file miniextendr-api/src/ffi.rs.