macro_rules! rprint { () => { ... }; ($($rest: tt)*) => { ... }; }
Print via the R output stream.
Works like print! but integrates with R and respects redirection with functions like sink() and capture.output()
print!
sink()
capture.output()