Skip to main content

Rprintf

Function Rprintf 

Source
pub unsafe fn Rprintf(fmt: *const c_char, arg1: *const c_char)
Expand description

Checked wrapper for Rprintf - panics if called from non-main thread.

ยงSafety

  • Must be called from the R main thread
  • fmt and arg1 must be valid null-terminated C strings