View source: R/condformat_render.R
print.condformat_tbl | R Documentation |
Prints the data frame in an HTML page and shows it.
## S3 method for class 'condformat_tbl'
print(x, ..., paginate = TRUE)
x |
A |
... |
Arguments passed on to
|
paginate |
A logical value. If |
the value returned by htmlTable::htmlTable()
data(iris)
## Not run:
print(condformat(iris[1:5,]))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.