Macro aorist_extendr_api::rprint[][src]

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()