Skip to main content

REprintf

Function REprintf 

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

Print to R’s stderr (via R_ShowMessage or error console).

§Safety

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