Skip to main content

set_r_interactive

Function set_r_interactive 

Source
pub(crate) unsafe fn set_r_interactive(value: c_int)
Expand description

Write to R’s global R_Interactive flag.

§Safety

Must be called from the main thread during R initialization.