Macro extendr_api::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()