pander_return {pander} | R Documentation |
Pander and capture output
Description
This is a wrapper function around pander
but instead of printing to stdout
, this function returns a character vector of the captured lines.
Usage
pander_return(...)
Arguments
... |
everything passed to |
See Also
pander
[Package pander version 0.6.5 Index]