Skip to main content

Rf_GetOption1

Function Rf_GetOption1 

Source
unsafe fn Rf_GetOption1(tag: SEXP) -> SEXP
Expand description

Get an R option value.

Equivalent to getOption("name") in R.

ยงParameters

  • tag: Symbol for option name Checked wrapper for Rf_GetOption1. Calls Rf_GetOption1_unchecked and routes through with_r_thread. Generated from source location line 3792, column 8. Generated from source file miniextendr-api/src/ffi.rs.