Module extendr_api::robj

source ·
Expand description

R object handling.

See. Writing R Extensions

Fundamental principals:

  • Any function that can break the protection mechanism is unsafe.
  • Users should be able to do almost everything without using libR_sys.
  • The interface should be friendly to R users without Rust experience.

Re-exports

Structs

  • Wrapper for an R S-expression pointer (SEXP).

Traits