Skip to main content

Rf_GetOption1_unchecked

Function Rf_GetOption1_unchecked 

Source
pub unsafe extern "C-unwind" fn Rf_GetOption1_unchecked(
    tag: SEXP,
) -> SEXP
Expand description

Get an R option value.

Equivalent to getOption("name") in R.

ยงParameters

  • tag: Symbol for option name Unchecked FFI binding for Rf_GetOption1. Generated from source location line 2143, column 12. Generated from source file miniextendr-api/src/sys.rs.