pub unsafe fn Rf_installChar(x: SEXP) -> SEXPExpand description
Install a symbol from a CHARSXP.
Like Rf_install() but takes a CHARSXP instead of C string.
Checked wrapper for Rf_installChar. Calls Rf_installChar_unchecked and routes through with_r_thread.
Generated from source location line 2255, column 12.
Generated from source file miniextendr-api/src/sys.rs.