Rdocumentation
powered by
Learn R Programming
funr (version 0.3.2)
render_funr: 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
funr
max_rows
In case output of a function is a data.frame, the number of rows to display.