Description Usage Arguments Details Value Author(s) See Also Examples
Oprint uses xtable
to output ovariable
s or data.frame
s or matrix
as html formatted tables.
In other cases uses regular print but adds formatting.
1 2 |
x |
Any object with a print or oprint method. |
pre |
|
show_all |
if |
sortable |
if |
... |
extra arguments are passed to |
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
.
See also: http://en.opasnet.org/
Input data as html formatted table string.
E. Happonen einari.happonen@thl.fi
1 2 | x <- data.frame(c(1,2),c(2,4))
oprint(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.