render_funr {funr} | R Documentation |
Render output of functions in a print friendly format
Description
If the function returns with invisible, output is suppressed
Usage
render_funr(x, max_rows = 100)
Arguments
x |
a output from |
max_rows |
In case output of a function is a data.frame, the number of rows to display. |
[Package funr version 0.3.2 Index]