Crate extendr_engine

source ·
Expand description

A singleton instance of the R interpreter.

Only call this from main() if you want to run stand-alone.

Its principal use is for testing.

See Rembedded.c.

Functions

  • Close down the R interpreter. Note you won’t be able to Restart it, so use with care or not at all.