print.condformat_tbl {condformat} | R Documentation |
Prints the data frame in an HTML page and shows it.
Description
Prints the data frame in an HTML page and shows it.
Usage
## S3 method for class 'condformat_tbl'
print(x, ..., paginate = TRUE)
Arguments
x |
A |
... |
Arguments passed on to
|
paginate |
A logical value. If |
Value
the value returned by htmlTable::htmlTable()
Examples
data(iris)
## Not run:
print(condformat(iris[1:5,]))
## End(Not run)
[Package condformat version 0.10.1 Index]