if TRUE all data rows are printed, else only first thousand rows get printed (default).
sortable
if TRUE output table is made sortable.
…
extra arguments are passed to oprint.table and/or xtable
Value
Input data as html formatted table string.
Details
If argument x is an ovariable, its output-slot gets printed.
If output-slot is empty, EvalOutput will be automatically executed to generate output.
This function is aimed for being used within Opasnet only! R console will print out html markup.
oprint.table is not exported. Use oprint instead and ... to pass arguments show_all and sortable.