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